This commit is contained in:
Pyritie 2025-07-05 01:40:59 +01:00
parent 837d2dc7ef
commit 346e825351
19 changed files with 41 additions and 39 deletions

View file

@ -127,5 +127,5 @@ const registerTFGFoodData = (event) => {
const registerTFGFauna = (event) => {
event.fauna(climate => { }, fauna => { fauna.chance(0) }, 'tfg:moon_rabbit')
//event.fauna(climate => { }, fauna => { fauna.chance(0) }, 'tfg:moon_rabbit')
}