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:
parent
aad81501af
commit
03106270e1
36 changed files with 932 additions and 46 deletions
|
|
@ -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')
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue