Started by
Sleppi
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make autocrafting table but I don't know how to call minecraft crafting functions to my block.
Topic category: Help with Minecraft modding (Java Edition)
I want to make autocrafting table but I don't know how to call minecraft crafting functions to my block.
You'll either need to custom code it, or add in each recipe individually. It may be possible to call Minecraft crafting procedures with code, but if so it'll likely be very difficult to get them working on a custom block.
If you really, REALLY want an autocrafter, my recommendation is to code in each recipe individually. That being said, there are upwards of 350 crafting recipes in the game, (not all for the crafting table, admittedly), so it'd be a pretty significant undertaking.