#How can I add 3 outputs to a bulk splashing recipe with KubeJS create?

12 messages · Page 1 of 1 (latest)

sinful crescent
#

I want to do that when bulk splashing dirt it has a 0.005 chance of giving an iron, gold or copper nugget and also a 0.05 chance of giving a potato but idk how to code it, I only know how to code multiple inputs but not outputs hmmm

storm shuttleBOT
#

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

jolly lake
#

try this

Item.of('minecraft:potato').withChance(0.005)], 'minecraft:dirt')```
not sure if thats what you wanted but its what i came up with
sinful crescent
#

Actually it might work

#

Let me test

jolly lake
#

alr

sinful crescent
# jolly lake alr

It worked, I just needed to replace Minecraft:copper_nugget, because base game doesn't add it lol

#

It was create:copper_nugget

jolly lake
#

Oh yeah, i forgot about that, sorry

sinful crescent
#

Ok so now it works

#

It's solved

#

Thanks