Posted January 16, 20205 yr I have ./assets/(MyModID)/recipes and in this dictionary I have titan_item.json with this: But it's not loading the recipe (the titan_item is in the game available ) { "type": "minecraft:crafting_shaped", "pattern": [ "AAA", "ASA", "AAA" ], "key": { "A": { "item": "minecraft:obsidian" }, "S": { "item": "minecraft:diamond" } }, "result": { "item": "vanillaplusplus:titan_item" } } Edited January 16, 20205 yr by TheRealJan
January 16, 20205 yr Recipes go in data/<modid>/recipes/, not assets/<modid>/recipes/. Edited January 16, 20205 yr by desht
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.