2025-02-18 15:25:17 +01:00

31 lines
695 B
JSON

{
"target": "cobblemon:fluttermane",
"behaviour": {
"resting": {
"canSleep": true,
"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.7,
"hitbox": {
"width": 0.5,
"height": 1.4,
"fixed": false
}
}