recipes and fauna data

This commit is contained in:
Pyritie 2026-02-01 17:21:10 +00:00
parent b2fe5d351a
commit 365acb1e9e
3 changed files with 11 additions and 2 deletions

View file

@ -516,7 +516,7 @@ function registerTFCGurmanRecipes(event) {
'tfc:powder/salt'
]).id('tfg:shapeless/takoyaki_from_crawlermari');
event.replaceOutput({ id: "tfc_gurman:crafting/raw_pelmeni" }, "tfc_gurman:raw_pelmeni", "2x tfc_gurman:raw_pelmini");
event.replaceOutput({ id: "tfc_gurman:crafting/raw_pelmeni" }, "tfc_gurman:raw_pelmeni", "2x tfc_gurman:raw_pelmeni");
event.replaceOutput({ id: "tfc_gurman:crafting/raw_vareniki" }, "tfc_gurman:raw_vareniki", "tfc_gurman:raw_vareniki");
event.replaceOutput({ id: "tfc_gurman:crafting/raw_oladyi" }, "tfc_gurman:raw_oladyi", "2x tfc_gurman:raw_oladyi");
event.replaceOutput({ id: "tfc_gurman:crafting/raw_syrniki" }, "tfc_gurman:raw_syrniki", "2x tfc_gurman:raw_syrniki");

View file

@ -19,6 +19,7 @@ function registerTFGFauna(event) {
climate => {
climate.minTemp(-102)
climate.maxTemp(-30)
climate.maxForest('normal')
climate.fuzzy(true)
},
faunaData => {
@ -49,6 +50,7 @@ function registerTFGFauna(event) {
event.fauna(
climate => {
climate.minTemp(-109)
climate.maxForest('normal')
climate.fuzzy(true)
},
faunaData => {
@ -59,6 +61,7 @@ function registerTFGFauna(event) {
event.fauna(
climate => {
climate.minTemp(-97)
climate.maxForest('edge')
climate.fuzzy(true)
},
faunaData => {
@ -69,6 +72,7 @@ function registerTFGFauna(event) {
event.fauna(
climate => {
climate.minTemp(-109)
climate.maxForest('normal')
climate.fuzzy(true)
},
faunaData => {
@ -89,6 +93,7 @@ function registerTFGFauna(event) {
event.fauna(
climate => {
climate.minTemp(-109)
climate.maxForest('normal')
climate.fuzzy(true)
},
faunaData => {
@ -99,6 +104,7 @@ function registerTFGFauna(event) {
event.fauna(
climate => {
climate.minTemp(-107)
climate.maxForest('normal')
climate.fuzzy(true)
},
faunaData => {
@ -109,6 +115,7 @@ function registerTFGFauna(event) {
event.fauna(
climate => {
climate.minTemp(-105)
climate.minForest('edge')
climate.fuzzy(true)
},
faunaData => {
@ -119,6 +126,7 @@ function registerTFGFauna(event) {
event.fauna(
climate => {
climate.minTemp(-106)
climate.minForest('edge')
climate.fuzzy(true)
},
faunaData => {
@ -129,6 +137,7 @@ function registerTFGFauna(event) {
event.fauna(
climate => {
climate.minTemp(-105)
climate.minForest('edge')
climate.fuzzy(true)
},
faunaData => {

View file

@ -60,7 +60,7 @@ global.WAB_DISABLED_ITEMS = [
'wan_ancient_beasts:moonflower',
'wan_ancient_beasts:equisetum_seeds',
'wan_ancient_beasts:olden_moss_carpet',
'wan_ancient_beasts:olden_moss',
'wan_ancient_beasts:olden_moss_block',
'wan_ancient_beasts:amber_ginkgo_seeds',
'wan_ancient_beasts:verdant_ginkgo_seeds',
'wan_ancient_beasts:amber_ginkgo_sapling',