#GTCEU Packager Recipe not working

27 messages · Page 1 of 1 (latest)

pastel parrot
#

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)```
manic briarBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

buoyant steppe
#

hmm, i dont see anything immediately wrong, looking at the gtm docs

#

couldnt you use .circuit(2) though

#

thats my only guess

pastel parrot
#

maybe, ill try it!

#

nope, still the same error

pastel parrot
buoyant steppe
#

from the curseforge page for gregtech

buoyant steppe
pastel parrot
pastel parrot
buoyant steppe
#

what if you remove the .EUt() entirely

#

actually that probably wont work

#

it needs that

#

oh wait, maybe youre missing a required parameter for that recipe type

pastel parrot
#

but i woudnt know which one

buoyant steppe
#

but what else would a packager need, yea..

#

i think the discord for the mod might have a better idea

pastel parrot
buoyant steppe
#

no

pastel parrot
#

alrighty

buoyant steppe
#

the pages are at the top

pastel parrot
#

oh i see

buoyant steppe
#

yeah the layout is slightly weird

pastel parrot
#

yea