Started by
Kuma
on
Topic category: Help with Minecraft modding (Java Edition)
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;