Search results
adds mini axes. Alpha builds are unstable and subject to change, but may offer the latest version
Recipes. In this tutorial we learn about the json recipe formats used by crafting tables, furnaces, smithing tables and stone cutters. We also use an event handler to manipulate the anvil's outputs.
adds mini axes. CurseForge - a world of endless gaming possibilities for modders and gamers alike.
In this Minecraft Modding Tutorial, we add CUSTOM RECIPES to Minecraft 1.18.1 with Forge! == ASSETS & DOWNLOAD LINKS ==GitHub Repo: https://github.com/Tutori...
- 7 min
- 13.2K
- Modding by Kaupenjoe
Recipes/1.18. With the update to Minecraft 1.12, Mojang introduced a new data-driven recipe system based on JSON files. Since then, it has been adopted by Forge as well and was expanded in Minecraft 1.13 into datapacks.
Adds Spears, Glaives, Chakrams, Katanas, Greathammer/axes, Rapiers, and many more weapons!
Creating a new recipe boils down to three things: Recipe, RecipeType, and RecipeSerializer. For a general overview: Recipe: The actual recipe implementation which handles the matching logic, construction logic, and the display data. All custom recipes need some implementation of this class. RecipeType: The category the recipe belongs to.