A compatibility problem about CraftTweaker
Origins-Eternity opened this issue · 1 comments
I want to creates and returns a new bloomery recipe builder.
I follow the course on wiki:
Bloomery.createBloomeryBuilder(
"bloom_from_Copper_ore",
<immersiveengineering:metal>
<ore:oreCopper> //I use the Ore Dictionaries here.
)
.setBurnTimeTicks(14400)
.setFailureChance(0.10)
.setSlagItem(<pyrotech:slag>, 1)
.setSlagItem(<pyrotech:rock:0>, 1)
.addFailureItem(<pyrotech:slag>, 4)
.addFailureItem(<pyrotech:rock:0>, 1)
.register();
But the craftTweaker pointed out me that I had made a mistake:
[INITIALIZATION][CLIENT][ERROR] [crafttweaker | SIDE_CLIENT]: Error parsing pyrotech.zs:18 -- ) expected.
I don't understand,Can I use Ore Dictionaries here?
It looks like you need a comma after the second argument.
If you have questions about scripting, please use the Discord in the future: http://discord.codetaylor.com