34 lines
		
	
	
		
			663 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			663 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
   "target": "cobblemon:mareanie",
 | 
						|
  "baseScale": 0.5,
 | 
						|
  "hitbox": {
 | 
						|
    "width": 1,
 | 
						|
    "height": 0.5,
 | 
						|
    "fixed": false
 | 
						|
  },
 | 
						|
    "behaviour": {
 | 
						|
    "resting": {
 | 
						|
      "canSleep": true,
 | 
						|
      "depth": "normal",
 | 
						|
      "light": "0-4",
 | 
						|
      "willSleepOnBed": false
 | 
						|
    },
 | 
						|
    "moving": {
 | 
						|
      "canLook": true,
 | 
						|
      "walk": {
 | 
						|
        "canWalk": true,
 | 
						|
        "avoidsLand": false
 | 
						|
      },
 | 
						|
      "swim": {
 | 
						|
        "swimSpeed": 0.3,
 | 
						|
        "canSwimInWater": false,
 | 
						|
        "canBreatheUnderwater": true
 | 
						|
      },
 | 
						|
      "fly": {
 | 
						|
        "canFly": false,
 | 
						|
        "flySpeedHorizontal": 0.3
 | 
						|
      },
 | 
						|
      "wanderChance": 1
 | 
						|
    }
 | 
						|
  }
 | 
						|
} |