Started by
ink6969
on
Topic category: Help with Minecraft modding (Java Edition)
I would like to make a loot table guaranteed to drop a specific item and then also have a chance to drop another item but how do I make it so that the second drop is a chance?
> IF {random(0-1) > 0.5 :
Drop
> ELSE:
Don't drop.
But that's in Procedures. Is there a way for it to be done in Crafting Recipes?