28 lines
627 B
JSON
28 lines
627 B
JSON
{
|
|
"target": "cobblemon:screamtail",
|
|
"behaviour": {
|
|
"resting": {
|
|
"canSleep": true,
|
|
"depth": "normal",
|
|
"light": "0-4"
|
|
},
|
|
"moving": {
|
|
"canLook": false,
|
|
"walk": {
|
|
"canWalk": true,
|
|
"avoidsLand": false
|
|
},
|
|
"swim": {
|
|
"swimSpeed": 0.1,
|
|
"canSwimInWater": false,
|
|
"canBreatheUnderwater": false
|
|
}
|
|
}
|
|
},
|
|
"baseScale": 1.0,
|
|
"hitbox": {
|
|
"width": 0.6,
|
|
"height": 1,
|
|
"fixed": false
|
|
}
|
|
} |