Jonathan Coates

Results 486 comments of Jonathan Coates

I was planning to do this (or at least the preliminary work) for 1.19.3, as there's a whole load of other Java API changes in that version (see #1214). However,...

I think my worry with piggy backing on top of the `disk` event is that it then means CraftOS needs to be specifically aware of disk drive peripherals. If another...

@moomoomoo309 [Dan has said he won't fix that one](https://github.com/dan200/ComputerCraft/issues/91#issuecomment-191826041)

I _think_ (not currently on computer so haven't tested) that the main issue is advancements are not generated to unlock the recipes. Manually unlocking them with a command should work...

So [this recipe][recipe] is a pretty standard template - you'd just change the recipe name to be upgrade specific, and probably change the conditions to include the various items. [There's...

@Wilma456 You can replace the first argument of `ImposterRecipe` with an empty string [in these lines](https://github.com/dan200/ComputerCraft/blob/19e4c03d3a83e7367696937b7a702246490acca0/src/main/java/dan200/computercraft/shared/proxy/CCTurtleProxyCommon.java#L324-L331). *However*, I'd rather they were grouped together - many of the vanilla recipes do...

The `data` tag is the item damage. You'll want to leave it as `0` in both cases.

> Some rationale/use case for a feature. My general approach to designing new features is to ask yourself "what issue are we trying to solve" and _then_ "is this the...

So we depend on https://github.com/cc-tweaked/CC-Tweaked/commit/fe826f5c9c8098219001c87a8422994263b61ee3 (introduced in 1.109.1, but I picked the latest round number) in order to use instance methods in `GenericPeripheral`. But you could switch all the methods...

So it should be if you make all the methods static, but otherwise I'm afraid not, no.