Entity loot table changes (#1035)

* trying stuff, might delete later

* updated all loot tables so looting only affects animal meat drops
This commit is contained in:
Pyritie 2025-05-18 21:11:53 +01:00 committed by GitHub
parent 054a27977b
commit 6048af8042
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 496 additions and 449 deletions

View file

@ -11,11 +11,21 @@
"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"
}
]
}
@ -34,7 +44,7 @@
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 3
"max": 6
}
}
]