You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am quite inexperienced with coding and modpack creation, decided to make a little project just for fun but ended up getting the desire to finish it, i would really apreciate your help!
The first thing i tried was to follow what the wiki says and it didnt work and next i tried to add recipies using crafttweaker 2 but both didnt work.
This is what i wrote in the main.json file:
{ "type":"shapedRecipe","entries": [{ "shape": ["ABA","CDC","EFE"], "items": { "A":"minecraft:gold_ingot", "B":"minecraft:redstone", "C":"enderio:item_material:10", "D":"customstuff:copper_coil", "E":"minecraft:piston", "F":"ore:ingotCopper" }, "result": { "item":"customstuff:heatgenerator", "amount":"1" }, "recipeList": "customstuff:recipes" } ] }
Note: All items here were added and are working fine.
On custom stuff i tried both through the ingame method and zen script method but both didnt work...
Im using Custom stuff 4 (the latest version), forge 1.12.2-14.23.5.2768, with ender.io, mekanism, betterquesting,crafttweaker and jei (wich for some reason isnt showing the custom stuff 4 items i added)
Am i doing something wrong?
The text was updated successfully, but these errors were encountered:
I am quite inexperienced with coding and modpack creation, decided to make a little project just for fun but ended up getting the desire to finish it, i would really apreciate your help!
The first thing i tried was to follow what the wiki says and it didnt work and next i tried to add recipies using crafttweaker 2 but both didnt work.
This is what i wrote in the main.json file:
{ "type":"shapedRecipe","entries": [{ "shape": ["ABA","CDC","EFE"], "items": { "A":"minecraft:gold_ingot", "B":"minecraft:redstone", "C":"enderio:item_material:10", "D":"customstuff:copper_coil", "E":"minecraft:piston", "F":"ore:ingotCopper" }, "result": { "item":"customstuff:heatgenerator", "amount":"1" }, "recipeList": "customstuff:recipes" } ] }
Note: All items here were added and are working fine.
On custom stuff i tried both through the ingame method and zen script method but both didnt work...
Im using Custom stuff 4 (the latest version), forge 1.12.2-14.23.5.2768, with ender.io, mekanism, betterquesting,crafttweaker and jei (wich for some reason isnt showing the custom stuff 4 items i added)
Am i doing something wrong?
The text was updated successfully, but these errors were encountered: