move around some files
This commit is contained in:
parent
fe0ece6b31
commit
a3096dd5c9
3 changed files with 0 additions and 26 deletions
|
|
@ -1,26 +0,0 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerTFGEntityTypes(event) {
|
||||
|
||||
//event.create('tfg:moon_rabbit', 'tfc:mammal')
|
||||
// .withFaunaDefinition('on_ground', 'world_surface_wg')
|
||||
// .foodTag('tfc:rabbit_food')
|
||||
// .sized(1, 1)
|
||||
// .modelSize(1, 1)
|
||||
// .updateInterval(3)
|
||||
// .setDeathSound("minecraft:entity.rabbit.death")
|
||||
// .setAmbientSound("minecraft:entity.rabbit.ambient")
|
||||
// .setHurtSound(context => "minecraft:entity.rabbit.hurt")
|
||||
// .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)
|
||||
// })
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue