#Any idea how to enclose this?

7 messages · Page 1 of 1 (latest)

grizzled fern
#

i need to make more sequenced assembly but i cannot let t = again

let t = KJ('incomplete_kinetic_mechanism')
    createSequencedAssembly([GTF('kinetic_mechanism')], '#forge:plates/iron', 
    [
        createSequencedCutting(t, [t]),
        createSequencedDeploying(t, [t, 'grow_the_factory:andesite_alloy_gear']),
        createSequencedDeploying(t, [t, 'grow_the_factory:andesite_alloy_gear']),
        createSequencedPressing(t, [t]),
        createSequencedFilling(t, [t, Fluid.of('immersiveengineering:creosote', 250)]),
        createSequencedEnergising(t, [t, 200]),
    ])
    .transitionalItem(t)
    .loops(1)
    .id(GTF('kinetic_mechanism'))
    .build(event)
old cliffBOT
#

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

warm quest
#

that's because it was probably defined earlier

grizzled fern
#

yea so ineed to close this so taht i can define again a unique t

#

i could make use of other letter but

#

maybe there is another method to call t again

#

hmm ill just use other letter lmaoo