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

26 lines
515 B
JSON

{
"type": "minecraft:entity",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 15.0,
"min": 0.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:snowball"
}
],
"rolls": 1.0
}
]
}