* trying stuff, might delete later * updated all loot tables so looting only affects animal meat drops
65 lines
No EOL
1 KiB
JSON
65 lines
No EOL
1 KiB
JSON
{
|
|
"type": "minecraft:entity",
|
|
"pools": [
|
|
{
|
|
"name": "loot_pool",
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "minecraft:rotten_flesh",
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": {
|
|
"max": 2,
|
|
"min": 1,
|
|
"type": "minecraft:uniform"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "loot_pool",
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "tfc:groundcover/driftwood",
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": {
|
|
"max": 2,
|
|
"min": 0,
|
|
"type": "minecraft:uniform"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "loot_pool",
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "minecraft:bone",
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": {
|
|
"max": 1,
|
|
"min": 0,
|
|
"type": "minecraft:uniform"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |