Files
minecraft-assets/data/minecraft/loot_tables/blocks/creeper_head.json
2020-11-11 20:03:08 +00:00

15 lines
233 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:creeper_head"
}
]
}
]
}