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

34 lines
978 B
JSON

{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:dye",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
},
{
"function": "set_data",
"data": 0
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
}
]
}