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

22 lines
413 B
JSON

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