16 lines
289 B
JSON
Raw Normal View History

2025-02-18 15:25:17 +01:00
{
"target": "cobblemon:feebas",
"behaviour": {
"moving": {
"walk": {
"walkSpeed": 0.2,
"avoidsLand": true
},
"swim": {
"swimSpeed": 1,
"canSwimInWater": true,
"canBreatheUnderwater": true
}
}
}
}