TheGreyGhost / MinecraftByExample

Working sample code for the basic concepts in Minecraft and Forge.
Other
1.24k stars 187 forks source link

Recipe JSON files are in the wrong spot for at least 1.15.2 #56

Closed xubiod closed 4 years ago

xubiod commented 4 years ago

One thing I want to make clear: this is a great resource and it's extremely helpful for someone getting into modding. The only other version I've modded successfully is 1.7.10 and this is a great resource to get started on modern versions.

But back on track: recipe JSON files should be in resources\data\modname\recipes. At the moment, in the repository the folder is in the assets folder.

TheGreyGhost commented 4 years ago

Hi Thanks for the positive feedback :) Yeah you're right about the recipes in the wrong spot. I haven't gotten around to updating that example yet, will do it next. Cheers TGG

TheGreyGhost commented 4 years ago

All fixed...