Minetweaker Help

Lyra_Chan

New Member
Jul 29, 2019
376
6
0
I been trying to add a recipe for Cloud Boots from Chocolate Quest for a modpack that I am working on. I can't seem to get it to work properly. This is the code:
recipes.addShaped(<chocolateQuest:cloudBoots>,
[[<Botania:rune:3> , null, <Botania:rune:3>],
[<ArchimedesShips:balloon>, null, <ArchimedesShips:balloon>]
[<minecraft:gold_nugget>, null, <minecraft:gold_nugget>]]);
I checked the wiki and it seems to be right, but it wont work. :L Any suggestions?
 

Jadedcat

New Member
Jul 29, 2019
2,615
3
0
I been trying to add a recipe for Cloud Boots from Chocolate Quest for a modpack that I am working on. I can't seem to get it to work properly. This is the code:
recipes.addShaped(<chocolateQuest:cloudBoots>,
[[<Botania:rune:3> , null, <Botania:rune:3>],
[<ArchimedesShips:balloon>, null, <ArchimedesShips:balloon>]
[<minecraft:gold_nugget>, null, <minecraft:gold_nugget>]]);
I checked the wiki and it seems to be right, but it wont work. :L Any suggestions?

There's a log that generates inside the minecraft folder called "Minetweaker" open it and put it on pastebin and link it here.