1
0
Fork 0
Gen2/datapacks/bat-membranes/data/minecraft/loot_table/entities/bat.json

32 lines
548 B
JSON
Raw Normal View History

2025-08-27 20:49:18 -05:00
{
"type": "minecraft:entity",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"value": "vanilla:entities/bat"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"value": "bat_membranes:entities/bat"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"value": "more_mob_heads:entities/bat"
}
]
}
]
}