grandtheftmc/vice-master@f8937e1dbf1/loot_tables/entities/shulker.json

20 lines
335 B
JSON
Raw Normal View History

2022-09-13 00:34:05 +02:00
{
"pools": [
{
"conditions": [
{
"condition": "random_chance_with_looting",
"chance": 0.5,
"looting_multiplier": 0.0625
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:shulker_shell"
}
]
}
]
}