Started by
GreyFoxy
on
Topic category: Help with Minecraft modding (Bedrock Edition)
I am trying to make loot bags sort of like the ones in java edition but I am having trouble figuring out how to do this. Is it possible for them to have an inventory like a chest? ANy help is appreciated thanks!
Hmm, maybe you should make the item/block, add it to generate if its a block, if its an item, make a simple recipe, but here's the hard part, you need some sort of randomizer, i dont know how to code a randomizer, but you need one, and you need multiple loot tables, each containing different loot. and you need to have the randomizer randomly select one of the loot tables (bc its random), and then make it drop that.