Hi. I've just wondering around with the random lucky block procedure to make some special items for my mod and think about it should be great
to have a "Call loot table" procedure so we can call down a loot table instead of using the lucky block random % procedures whos taking too many space in the editor.
For example: If the player right click in the air with a treasure chest ITEM it should call down the loot table.
I hope other people are interested too in this idea. Anyways i've found this article https://mcreator.net/forum/57588/pick-item-loot-table-procedure and seen that the owner didn't opened a feature request about it so i did it :)
Issue comments
If you're still searching for a solutions at the moment, you can use the (vanilla) /loot commad within a procedure. https://minecraft.gamepedia.com/Commands/loot
Something like: /loot spawn ~ ~ ~ loot modid:gameplay/lucky_block_loot_table.
Migrated to https://github.com/MCreator/MCreator/issues/130
I will consider adding this in the future updates.