How can I make autocrafting table

Started by Sleppi on

Topic category: Help with Minecraft modding (Java Edition)

Active 11 hours ago
Joined Jan 2022
Points:
430

User statistics:

  • Modifications: 2
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
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.

Active 21 hours ago
Joined May 2022
Points:
1132

User statistics:

  • Modifications: 14
  • Forum topics: 23
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1141
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.