31 lines
693 B
JSON
Raw Normal View History

2025-02-18 15:25:17 +01:00
{
"target": "cobblemon:nihilego",
"behaviour": {
"resting": {
"canSleep": false,
"depth": "normal",
"light": "4-15"
},
"moving": {
"canLook": false,
"walk": {
"canWalk": false,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
},
"fly": {
"canFly": true
}
}
},
"baseScale": 0.8,
"hitbox": {
"width": 1.0,
"height": 4.0,
"fixed": false
}
}