Posted December 17, 20177 yr Hey, for some reason my recipes are not working how i want them to. This code works for my custom boots: Quote { "type": "minecraft:crafting_shaped", "pattern": [ "C C", "C C" ], "key": { "C": { "item": "sm:ingot_obsidian" } }, "result": { "item": "sm:boots_obsidian", "count": 1 } } but this does not work for my custom chestplate: Quote { "type": "minecraft:crafting_shaped", "pattern": [ "O O", "OOO", "OOO" ], "key": { "O": { "item": "sm:ingot_obsidian" } }, "result": { "item": "sm:items/chestplate_obsidian", "count": 1 } } Does anyone know why? Edited December 17, 20177 yr by Seprix
December 17, 20177 yr 4 minutes ago, Seprix said: "item": "sm:items/chestplate_obsidian", unless you have the items/ in your registry name it shouldn't be there Did you really need to know?
December 17, 20177 yr Author 13 minutes ago, CoderAtParadise said: unless you have the items/ in your registry name it shouldn't be there i tried it without too and it did not work
December 17, 20177 yr Author 23 minutes ago, CoderAtParadise said: unless you have the items/ in your registry name it shouldn't be there It was like this before: Quote { "type": "minecraft:crafting_shaped", "pattern": [ "O O", "OOO", "OOO" ], "key": { "O": { "item": "sm:ingot_obsidian" } }, "result": { "item": "sm:chestplate_obsidian", "count": 1 } }
December 17, 20177 yr Author Also tried to setup a new workspace, but sadly the same issue happened again. I got the same issue with almost all of my custom chestplates, leggings and helmets.. For some reason the boots are all working fine for me Edited December 17, 20177 yr by Seprix
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.