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

@ -0,0 +1,7 @@
// priority: 0
function registerTFCTextileRecipes(event) {
event.shapeless('tfc:large_raw_hide', ['tfc_textile:crocodile_leather', '#forge:tools/knives'])
}