first commit
This commit is contained in:
@ -0,0 +1,32 @@
|
||||
{
|
||||
"target": "cobblemon:marshadow",
|
||||
"behaviour": {
|
||||
"resting": {
|
||||
"canSleep": false,
|
||||
"depth": "normal",
|
||||
"light": "4-15"
|
||||
},
|
||||
"moving": {
|
||||
"canLook": true,
|
||||
"walk": {
|
||||
"canWalk": true,
|
||||
"walkSpeed": 0.195,
|
||||
"avoidsLand": false
|
||||
},
|
||||
"swim": {
|
||||
"swimSpeed": 0.1,
|
||||
"canSwimInWater": true,
|
||||
"canBreatheUnderwater": false
|
||||
},
|
||||
"fly": {
|
||||
"canFly": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"baseScale": 0.6,
|
||||
"hitbox": {
|
||||
"width": 0.5,
|
||||
"height": 0.8,
|
||||
"fixed": false
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user