#ReferenceError
28 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
change recipe outcome with create
ReferenceError
event.recipes.createCrushing([ '2x minecraft:sand','immersive_engineering:dust_saltpepper'.withChance(0.5)],'minecraft:sandstone')})
saltpepper
that don't seem quite right
if it still doesn't work after adjusting that properly, then try wrapping the itemid for the chanced outputs in Item.of(), so like:
Item.of('immersiveengineering:dust_saltpeter).withChance(0.5)
looking at it again, i don't recall IE's modid having an underscore yeah
still the same error
event.recipes.createCrushing(['2x minecraft:sand',item.of('immersiveengineering:dust_saltpepper').withChance(0.5)],'minecraft:sandstone')})
dust_saltpepper should probably be dust_saltpeter
yo
it's peter
i'm legally blind
still the same problem
event.recipes.createCrushing(['2x minecraft:sand',item.of('immersiveengineering:dust_saltpeter').withChance(0.5)],'minecraft:sandstone')})
what am i writing wrong now
capitalize the I in item.of