Jonathan Coates
Jonathan Coates
Copying from tmpim: With respect to the API support, I'm thinking something a little different/more complex. Basically `ccemux.config()` returns a config object, with the following properties: - `ccemux.get(path:string...)`: Gets a...
Possibly related to #61. Genuinely tempted to ditch the AWT and JFX backends and look at LWJGL 3 again.
Are you suggesting something like [iChun's PiP mod](https://www.curseforge.com/minecraft/mc-mods/picture-in-picture-pip)? This is something I've definitely been tempted to look into for a long time (though originally on turtles). I'm not entirely sure...
Closing this for now, as it's rather become a "Here's every block in the mod" issue. If someone has a need for specific integrations, I'll happily add them, but as...
Hrrm, I thought I had fixed this issue several times (#49, #34). What version of ComputerCraft are you running?
Testing on master with CC:T 1.80pr1.6 gives `minecraft:furnace_4 is no longer attached`. I suspect the root cause is the same: the furnace peripheral is refreshed due to the smelting state...
It should be possible to do this already: ```lua local modules = peripheral.wrap("back") local interface = modules.getEquipment().getItem(6) -- Helmet slot interface.pushItem("inventory", 6) -- First module slot ```
Querying support was added in #249. It might be nice to also have support for exporting fluids too.
Here's my proposal. It's silly, but the whole feature is: A tiny turtle is a less powerful, but more cute (and cuddly) version of a normal turtle. The crafting recipe...