Jonathan Coates
Jonathan Coates
> Extract `ITurtleAccess` from common code So my inclination here is to expose this as a capability/block lookup rather than as an interface. That is the more ModdedTM way to...
Thank you for the report! What tool were you using to break the block? I had no problems using a mining turtle/diamond pick. This is expected behaviour for non-mining turtles...
Are you using a custom datapack with CC? Or possibly an add-on mod? We don't have non-diamond tools by default.
See also #1562, where this occurred with Iron Pickaxes. @JheffersonMarques I feel you're better off here writing your own turtle upgrade, rather than using CC's built-in `TurtleTool` here. It's not...
Thank you for looking into this. I realise this is a bit of a pain, but I think it probably makes sense to do this work in two stages/two PRs:...
A secret fifth option: - Deprecate `turtle.craft`, and encourage people to use the peripheral directly.
Yeah, this has been a pain for a while. The main problem is that `read`'s auto-completion system doesn't support replacing the preceding text (i.e. you need to replace `hel` with...
Yeah, that seems a reasonable solution!
It occurs to me that using backwards slashes for escapes may be confusing for those used to Windows paths (for instance `foo\bar\baz.lua`). I don't know if any programs actually rely...
This is a limitation of Minecraft itself - it only allows 8 streaming sounds to be played at once. You can see this with Jukeboxes as well, if you try...