#please fix my code

9 messages · Page 1 of 1 (latest)

languid mauve
#
    function sqcrafts(inters,out,out2,outamount,outamount2){
        e.recipes.create.sequenced_assembly([
            Item.of(out,outamount).withChance(40.0), // this is the item that will appear in JEI as the result
            Item.of(out2,outamount2).withChance(60.0)
        ], inters, [ // 'create:golden_sheet' is the input
            //e.recipes.createFilling(inters, [inters, Fluid.water(420)]),
            e.recipes.createPressing(inters, inters),
            e.recipes.createFilling(inter, [inter, Fluid.water(500)]),
            e.recipes.createPressing(inters, inters),
            e.recipes.createFilling(inter, [inter, Fluid.water(500)]),
            //e.recipes.createhaunting(inter, inter),
            //e.recipes.createCutting(inters, inters),
            //e.recipes.createCutting(inters, inters),
            //e.recipes.createemptying([Fluid.water(), inter], inter)
            // the transitional item set by `transitionalItem('create:incomplete_large_cogwheel')` is the item used during the intermediate stages of the assembly
        ])
    }
    sqcrafts('minecraft:mud','minecraft:tuff','minecraft:coarse_dirt',1,1)

60 to 44

timber idolBOT
#

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

tribal ventureBOT
#

╰( ͡° ͜ʖ ͡° )つ──☆:・゚˜”°•.˜”°• Many Help •°”˜.•°”˜*
Please provide a description of your issue with as much detail as possible. If you have an issue with a script provide the script. Explain what you can see happening and what you expect to happen. Be specific!

Tell us what is happening, we already know it "doesn't work".
Avoid using words like "it", tell us exactly what "it" is.
Don't assume anyone knows what you are talking about, be specific.

Provide screenshots or video of the issue if possible.

Provide the log.

languid mauve
#

the error says #60 to #44

tribal ventureBOT
#

Paste version of message.txt from @languid mauve

#

You can find your KubeJS server log in /minecraft/logs/kubejs/server.log.
If you are on 1.18 or below it will be called server.txt.
Please send it if asked, as it contains helpful information.

languid mauve
tribal ventureBOT
#

Paste version of server.log, startup.log, client.log from @languid mauve