Posted March 2, 20205 yr I have read every post related about it but the crafting recipe still will not craft Here's my code: Spoiler { "type": "minecraft:crafting_shaped", "pattern": [ "CCC", "CBC", "CCC" ], "key": { "C": {"item": "minecraft:cobblestone"}, "B": {"item": "minecraft:black_dye"}, }, "result": {"item": "colorfulbuildings:black_cobblestone",}, "count": 8 } put into src/main/resources/data/[modid]/recipe
March 2, 20205 yr Ok, @YuriNa162, see my GitHub: https://github.com/DragonGamerDevelopers/NewFantasyMod/blob/1.15.2/src/main/resources/data/fantasymod/recipes/rainbow_ingot_from_rainbow_block.json New in Modding? == Still learning!
March 2, 20205 yr Yes, i know: This is the reason i linked my Github Folder, so that you can find the error you self. New in Modding? == Still learning!
March 2, 20205 yr "result": { "item": "colorfulbuildings:black_cobblestone", }, "count": 8 There are two problems here. 1) You have a comma after "black_cobblestone" that causes a syntax error 2) Your "count" is outside the result block. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
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.