Feature/wan creatures and stuff (#1633)

* whitespace changes

* some animal compat

* snifferified recipes

* nest box recipe

* tag stuff

* spawn stuff

* tooltip

* wan config

* foods

* loot tables

* Update pakku-lock.json

* Update wan_ancient_beasts-server.toml

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>

* Update tags.js

Signed-off-by: Pyritie <pyritie@gmail.com>

---------

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
Signed-off-by: Pyritie <pyritie@gmail.com>
Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
GameStar 2025-08-15 16:45:09 -05:00 committed by GitHub
parent aad81501af
commit 03106270e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 932 additions and 46 deletions

View file

@ -7,6 +7,8 @@ const registerSpeciesBlockTags = (event) => {
})
event.removeAll('species:wraptor_nesting_blocks')
event.add('species:petrified_egg_hatch', '#tfcambiental:warm_stuff')
}
const registerSpeciesItemTags = (event) => {
@ -17,6 +19,10 @@ const registerSpeciesItemTags = (event) => {
event.add('forge:eggs', 'species:birt_egg')
event.add('firmalife:foods/raw_eggs', 'species:birt_egg')
event.add('species:goober_breed_items', 'betterend:flammalix')
event.add('species:goober_breed_items', 'betterend:small_amaranita_mushroom')
event.add('species:goober_breed_items', 'betterend:bolux_mushroom_product')
event.add('species:goober_breed_items', 'betterend:chorus_mushroom_product')
event.add('species:cruncher_eats', '#tfc:foods/meat')
}
}