Posted May 12, 20232 yr So I am trying to add some recipes to create. I got some normal crafting recipes to work with Create mod stuff, but trying to use a Create mod recipe type failed. I took apart Create: Crafts and Additions and I set everything up the right way. Can somebody help? Here's code: { "type": "create:crushing", "ingredients": [ { "item": "createrecipes:geode" } ], "results": [ { "chance": "0.5", "item": "minecraft:amethyst_shard" }, { "chance": "0.5", "item": "minecraft:gold_nugget" }, { "chance": "0.5", "item": "minecraft:copper_nugget" }, { "chance": "0.5", "item": "minecraft:zinc_nugget" }, { "chance": "0.5", "item": "minecraft:iron_nugget" }, { "chance": "0.5", "count": "4", "item": "minecraft:lapis_lazuli" }, { "chance": "0.25", "item": "minecraft:emerald" }, { "chance": "0.25", "item": "minecraft:quartz" }, { "chance": "0.25", "count": "4", "item": "minecraft:lapis_lazuli" }, { "chance": "0.25", "count": "4", "item": "minecraft:redstone_dust" }, { "chance": "0.25", "item": "minecraft:coal" }, { "chance": "0.25", "item": "minecraft:prismarine_crystals" }, { "chance": "0.25", "item": "minecraft:prismarine_shard" }, { "chance": "0.1", "count": "4", "item": "minecraft:glowstone_dust" }, { "chance": "0.1", "item": "minecraft:diamond" }, ], "processingTime": 150 }
May 12, 20232 yr This is the forge support forum. You want the create forum or discord. Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
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.