N
Nagy Zoltán
Guest
Hello!
I want to make crafting of ReactorCasing a bit herder using Minetweaker 3
I have created the following script:
# Reactor casings
minetweaker.remove(<BigReactors:BRReactorPart>);
recipes.addShaped(<BigReactors:BRReactorPart> * 4, [[TConstruct:materials:16, BigReactors:BRIngot:2, TConstruct:materials:16], [BigReactors:BRIngot:2, minecraft:redstone, BigReactors:BRIngot:2], [TConstruct:materials:16, BigReactors:BRIngot:2, TConstruct:materials:16]]);
I get the following error:
Error parsing crafting.zs:3 -- ] or , expected
Can anybody correct me the script, or help me to make it work?
It would be very helpfull.
Thanks.
Beast regards:
zozidalom
I want to make crafting of ReactorCasing a bit herder using Minetweaker 3
I have created the following script:
# Reactor casings
minetweaker.remove(<BigReactors:BRReactorPart>);
recipes.addShaped(<BigReactors:BRReactorPart> * 4, [[TConstruct:materials:16, BigReactors:BRIngot:2, TConstruct:materials:16], [BigReactors:BRIngot:2, minecraft:redstone, BigReactors:BRIngot:2], [TConstruct:materials:16, BigReactors:BRIngot:2, TConstruct:materials:16]]);
I get the following error:
Error parsing crafting.zs:3 -- ] or , expected
Can anybody correct me the script, or help me to make it work?
It would be very helpfull.
Thanks.
Beast regards:
zozidalom