How can I make autocrafting table

Started by Sleppi on

Topic category: Help with modding (Java Edition)

Last seen on 11:52, 13. May 2024
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can I make autocrafting table

I want to make autocrafting table but I don't know how to call minecraft crafting functions to my block.

Last seen on 11:41, 17. May 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You'll either need to custom…
Tue, 07/18/2023 - 01:47

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.