Posted September 21, 20196 yr I want do a crafting recipe for my custom block, so I create a json file in package assets.<modid>.recipes But when I start the game I can't craft it so the question is: what am I doing wrong? { "type": "minecraft:crafting_shaped", "pattern": [ "BMR" ], "key": { "B": { "item": "minecraft:oak_log" }, "M": { "item": "minecraft:iron_ingot" }, "R": { "item": "minecraft:redstone" } }, "result": { "item": "mymodid:myblock" } } Edited September 21, 20196 yr by Brbcode
September 21, 20196 yr 4 minutes ago, Brbcode said: assets.<modid>.recipes It's data.modid.recipes now. 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.
September 21, 20196 yr Author 3 minutes ago, Animefan8888 said: It's data.modid.recipes now. Hello again Now it's works thank you mate.
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.