oh yeah, kubejs-tfc fixed this
This commit is contained in:
parent
5274a0955e
commit
d544b43a0a
1 changed files with 8 additions and 8 deletions
|
|
@ -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)
|
||||
})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue