minecraft-assets/assets/minecraft/loot_tables/entities/shulker.json

20 lines
335 B
JSON

{
"pools": [
{
"conditions": [
{
"condition": "random_chance_with_looting",
"chance": 0.5,
"looting_multiplier": 0.0625
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:shulker_shell"
}
]
}
]
}