Hi,
I'm currently learning how to make mods for minecraft.
To go further than the tutorial that I'm following, I decided to make a loot table with one condition :
if the block is broken with a fortune tool, it drops its block item;
If not the block breaks into two different items;
I've understood how to create the condition that allows a block to drop one item or another depending on whether the player breaks it with an enchanted tool, but I'm struggling to make a block drop two different item at the same time.
If you could help me do that, it would be super nice.