Decrafting Table - fetching recipes

Started by Kuma on

Topic category: Help with modding (Java Edition)

Last seen on 20:46, 2. Aug 2024
Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Decrafting Table - fetching recipes

Hi. I'm new to Java and MCreator and i wanted to create a simple mod for 1.20.4 Neoforge (MCreator v2024.1). I was trying to create a "Decrafting Table" that just enables player to deconstruct items that have ingame recipes to its components. I want it to use mod recipes too if its possible and i have problem with fetching recipe data. I cannot find nothing in code blocks that somehow manages ingame recipes and im not skilled enough to write Java by myself using import net.minecraft.data.recipes;  Block Algorithm