I'm trying to make a packager recipe for GTCEU but it returns "TypeError: Cannot find default value for object" if i reload the scripts
This is my current code:
.itemInputs("gtceu:lithium_dust")
.notConsumable(Item.of("gtceu:programmed_circuit", "{Configuration:2}"))
.itemOutputs("4x gtceu:small_lithium_dust")
.duration(10)
.EUt(12)```