#why doesn't this mixing recipe work?

11 messages · Page 1 of 1 (latest)

swift yoke
#
  event.recipes.create.mixing(
    Fluid.of('molten_metals:molten_electrum', 144), // output
    [
      Fluid.of('molten_metals:molten_silver', 432),
      'minecraft:diamond', 
      'minecraft:diamond', 
      'minecraft:diamond',
      Fluid.of('molten_metals:molten_gold', 432)
    ]
  ).heated()```
feral muralBOT
#

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

swift yoke
#

it shows up on jei, without errors or warnings

#

(and yes, the mixer is going fast enough)

swift yoke
#

why doesn't this mixing recipe work?

swift yoke
#

after various testing, it only works after you transfer the fluids in another basin, while if you melt ingots into fluid and add the diamonds, it does not work

strong nova
#

Shouldn't the outputs be a list as well?

hollow wraith
hollow wraith
strong nova
swift yoke