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

23 lines
577 B
JSON

{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:snowball",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 15
}
}
]
}
]
}
]
}