LordKeravrium Posted July 26, 2018 Posted July 26, 2018 (edited) I've looked at tons of dfferent, sites, tutorials, etc and I keep making changed and copying and pasting entire files and just changing the values to fit my mod but it's just not working. Is there anything wrong with this? I'm using forge for 1.12 and using Eclipse as my IDE. this is my JSON: { "type": "minecraft:crafting_shapeless", "ingredients": [ { "item": "keravcraft:ingot_copper" }, { "item": "keravcraft:ingot_tin" } ], "result": { "item": "keravcraft:ingot_bronze" } } Edited July 26, 2018 by LordKeravrium Quote
Animefan8888 Posted July 26, 2018 Posted July 26, 2018 Where are you putting your recipe json? Quote VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
LordKeravrium Posted July 26, 2018 Author Posted July 26, 2018 I’m putting it under assets/keravcraft/recipes Quote
Animefan8888 Posted July 26, 2018 Posted July 26, 2018 Just now, LordKeravrium said: I’m putting it under assets/keravcraft/recipes Double check that keravcraft matches your mods id. And is there anything put in the log about this. Quote VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.