ThexXTURBOXx / Reforged

Balkon's Weapons for 1.8-1.12.2
https://minecraft.curseforge.com/projects/reforged
MIT License
20 stars 15 forks source link

Use forge:ore_shaped and forge:ore_shapeless for weaponry recipes #175

Closed Sunconure11 closed 7 years ago

Sunconure11 commented 7 years ago

This would allow for better cross-compat, and even support vanilla a bit more.

If you want to see some examples of how to do it, look at my own mod.

https://github.com/Um-Mitternacht/Witchworks/blob/1.12.1/src/main/resources/assets/witchworks/recipes/silver_ingot.json

https://github.com/Um-Mitternacht/Witchworks/blob/1.12.1/src/main/resources/assets/witchworks/recipes/athame.json

ThexXTURBOXx commented 7 years ago

Yes, this is indeed a clever change. I will do that in a few days hopefully