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

29 lines
524 B
JSON

{
"target": "cobblemon:ducklett",
"baseScale": 0.4,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"behaviour": {
"moving": {
"walk": {
"walkSpeed": 0.28
},
"swim": {
"swimSpeed": 0.5,
"canSwimInWater": true,
"canBreatheUnderwater": true,
"canWalkOnWater": true
}
},
"resting": {
"canSleep": true,
"willSleepOnBed": true,
"depth": "normal",
"light": "0-4"
}
}
}