grandtheftmc/vice-master@f8937e1dbf1/loot_tables/entities/squid.json
disclearing 6550dcd9e8 All src
2022-09-12 23:34:05 +01:00

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
}
}
]
}
]
}
]
}