Closed gmnovakrc closed 6 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]]);
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]]);