GTNewHorizons / CraftTweaker

Tweak your minecraft experience
8 stars 11 forks source link

Zenscript Oredict Errors #18

Closed gmnovakrc closed 6 months ago

gmnovakrc commented 7 months ago

Changing recipes work but anything I try in relation with modifying the Ore Dictionary returns a "Truncated Class error".

CraftTweaker 3.3.1 Modtweaker 0.10.0

Using this file for testing purposes, all recipe changes I've tried have worked, tried a few random ore dict changes but none seem to work.

"Vanilla.ZS"

<ore:ingotIron>.add(<minecraft:stone>);

recipes.addShaped(<minecraft:stone>, [[<minecraft:stone>, <minecraft:stone>, <minecraft:stone>], [null, <minecraft:stick>, <minecraft:string>], [null, <minecraft:stick>, null]]);