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
|
|
@ -932,6 +932,27 @@ function registerTFGFoodRecipes(event) {
|
|||
|
||||
event.recipes.tfc.heating('tfg:food/raw_sniffer_beef', 200)
|
||||
.resultItem(TFC.isp.of('tfg:food/cooked_sniffer_beef').copyFood())
|
||||
|
||||
event.recipes.tfc.heating('tfg:food/raw_wraptor', 200)
|
||||
.resultItem(TFC.isp.of('tfg:food/cooked_wraptor').copyFood())
|
||||
|
||||
event.recipes.tfc.heating('tfg:food/raw_springling_chops', 200)
|
||||
.resultItem(TFC.isp.of('tfg:food/cooked_springling_chops').copyFood())
|
||||
|
||||
event.recipes.tfc.heating('tfg:food/raw_walker_steak', 200)
|
||||
.resultItem(TFC.isp.of('tfg:food/cooked_walker_steak').copyFood())
|
||||
|
||||
event.recipes.tfc.heating('tfg:food/raw_glider_wings', 200)
|
||||
.resultItem(TFC.isp.of('tfg:food/cooked_glider_wings').copyFood())
|
||||
|
||||
event.recipes.tfc.heating('tfg:food/raw_whole_soarer', 200)
|
||||
.resultItem(TFC.isp.of('tfg:food/cooked_whole_soarer').copyFood())
|
||||
|
||||
event.recipes.tfc.heating('tfg:food/raw_crusher_meat', 200)
|
||||
.resultItem(TFC.isp.of('tfg:food/cooked_crusher_meat').copyFood())
|
||||
|
||||
event.recipes.tfc.heating('tfg:food/raw_goober_meat', 200)
|
||||
.resultItem(TFC.isp.of('tfg:food/cooked_goober_meat').copyFood())
|
||||
|
||||
event.recipes.tfc.advanced_shapeless_crafting(
|
||||
TFC.itemStackProvider.of('4x betterend:cave_pumpkin_chunks').copyFood(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue