neuralgia/kubejs/data/beneath/loot_tables/entities/red_elk.json
Pyritie 6048af8042
Entity loot table changes (#1035)
* trying stuff, might delete later

* updated all loot tables so looting only affects animal meat drops
2025-05-18 21:11:53 +01:00

65 lines
No EOL
1.1 KiB
JSON

{
"type": "minecraft:entity",
"pools": [
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "tfc:food/venison",
"functions": [
{
"function": "minecraft:set_count",
"add": false,
"count": {
"min": 4,
"max": 10,
"type": "minecraft:uniform"
}
},
{
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"enchantment": "minecraft:looting",
"function": "minecraft:looting_enchant"
}
]
}
]
},
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:bone",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 6
}
}
]
}
]
},
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "beneath:cursed_hide"
}
]
}
]
}