first commit
This commit is contained in:
@ -0,0 +1,34 @@
|
||||
{
|
||||
"target": "cobblemon:mareanie",
|
||||
"baseScale": 0.5,
|
||||
"hitbox": {
|
||||
"width": 1,
|
||||
"height": 0.5,
|
||||
"fixed": false
|
||||
},
|
||||
"behaviour": {
|
||||
"resting": {
|
||||
"canSleep": true,
|
||||
"depth": "normal",
|
||||
"light": "0-4",
|
||||
"willSleepOnBed": false
|
||||
},
|
||||
"moving": {
|
||||
"canLook": true,
|
||||
"walk": {
|
||||
"canWalk": true,
|
||||
"avoidsLand": false
|
||||
},
|
||||
"swim": {
|
||||
"swimSpeed": 0.3,
|
||||
"canSwimInWater": false,
|
||||
"canBreatheUnderwater": true
|
||||
},
|
||||
"fly": {
|
||||
"canFly": false,
|
||||
"flySpeedHorizontal": 0.3
|
||||
},
|
||||
"wanderChance": 1
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user