#Error with mixing

19 messages · Page 1 of 1 (latest)

late walrus
#

ServerEvents.recipes.createMixing('16x mysticalagriculture:prosperity_shard')(event=> {
        'minecraft:diamond'
        '8x minecraft:lapis_lazuli'
        '250x minecraft:lava'
.heated();
})
  ;
sly forgeBOT
#

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

late walrus
#

pls ping me x)

#

I don't understand the issue. ( I think I may be dumb )

late walrus
young bladeBOT
#

Paste version of latest.log from @late walrus

late walrus
#

sorry I forgot x)

young bladeBOT
#

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

trim belfry
#

Rn the Game Things you're refering an item

#

Usw Fluid.lava(250) instead

serene nacelle
#

Isn't that just invalid code?

#

It should be ServerEvents.recipes then the arrow function

trim belfry
#

Oh yeah that aswell

#

That's very invalid code

#

I Just looked at the Lava first

#
ServerEvents.recipes(event => {
  event.recipes.createMixing('16x mysticalagriculture:prosperity_shard',
    [
      'minecraft:diamond',
      '8x minecraft:lapis_lazuli',
      Fluid.lava(250)
    ]).heated()
})
serene nacelle
#

Wonder where they found that code even... That looks good mund

late walrus