oh yeah, kubejs-tfc fixed this

This commit is contained in:
Pyritie 2025-06-30 00:03:29 +01:00
parent 5274a0955e
commit d544b43a0a

View file

@ -14,12 +14,12 @@ function registerTFGEntityTypes(event) {
.canJump(true)
.setBlockJumpFactor(entity => 0.42)
// these are the same as tfc rabbits
//.configs(config => {
// config.gestationDays(19)
// config.daysToAdult(80)
// config.childCount(6)
// config.uses(40)
// config.maxFamiliarity(0.35)
// config.eatsRottenFood(true)
//})
.configs(config => {
config.gestationDays(19)
config.daysToAdult(80)
config.childCount(6)
config.uses(40)
config.maxFamiliarity(0.35)
config.eatsRottenFood(true)
})
}