Oredict Entries in Craftweaker can't be multiplied
DolphinBlaster opened this issue ยท 0 comments
refraction-1.12.2-1.9.1
Craftweaker2-1.12.2-4.1.8
ThermalFoundation-1.12.2-2.5.0.19-universal
Whenever I make a script for the Laser Assembly Table oredict entries aren't multiplied:
https://imgur.com/a/VG7ehHh
The Script:
mods.refraction.AssemblyTable.addRecipe("Tin Block", thermalfoundation:storage:1,
[minecraft:gold_ingot * 8, ore:ingotSilver * 8],
16, 64, 255, 255, 255, 255, 0, 0);