#Dynamically changing loot table

1 messages · Page 1 of 1 (latest)

lime parrot
#

I want to make a loot table that drops the contents of a particular shulker box. Right now I have this:

    "pools": [
        {
            "rolls": 1,
            "entries": [
                {
                    "type": "minecraft:dynamic",
                    "name": "minecraft:contents"
                }
            ]
        }
    ]
}```
and need help with how to connect a shulker box to this.
true starBOT
#

<@&1201956957406109788>

Someone will come and help soon!

💬 While you wait, take this time to provide more context and details.

🙇 If nobody has answered you by <t:1723229078:t>, feel free to use the Summon Helpers button to ping our helper team.

✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve

fringe copper
#

I believe just searching "yellow Shulker box method" should yield the result you want. Some guides may be slightly outdated depending on if they have been updated to use components yet, but I think the principles should be the same

lime parrot