Jonathan Coates

Results 271 comments of Jonathan Coates

Would you be able to answer the questions in the [mod integration](https://github.com/SquidDev-CC/plethora/blob/minecraft-1.12/.github/ISSUE_TEMPLATE/mod_integration.md) template? It just helps me get an idea of what specific functionality you need.

I'm a bit iffy about this, as there are existing mods which add the same functionality (Peripherals+1). While Plethora doesn't exactly strive to be unique, I'm not sure I want...

Hrmr, I guess an alternative would be to make `toSlot` optional too, in `{push,pull}Items`, meaning you can do `.pullItems("left", nil, nil, 1)` to pull into the first slot. Means we...

Hrmr, going to need to have a wee think about this. The general idea of item methods like `list` and `listAvailableItems` is that they provide sufficient metadata to uniquely determine...

I'm in two minds about this: I can definitely see why getting the range would be useful, I'm just not sure the `settings` API is the best way to expose...

> Then maybe this should be a change to the `settings` API There's definitely improvements which could be made to it with regards to saving things. However, the settings API...

> Oh yeah. Then how about a global table like `_PLETHORA_SETTINGS`? That's sadly not possible with CC's API. I could probably register a custom API which just provides getters for...

Looks similar to #358. You probably want to upgrade ProjectRed to 4.7 or downgrade FMP to 1.1.2.334.

Have a look at MrTJP/ProjectRed#823, MrTJP/ProjectRed#795 and MrTJP/ProjectRed#789. You probably want to upgrade ProjectRed to 4.7 or downgrade FMP to 1.1.2.334.

OpenComputers uses `HttpUrlConnection` to make HTTP requests, which [sadly doesn't support PATCH][methods]. It's fairly odd, but I guess PATCH is a relatively recent addition. CC: Tweaked got around that by...