29 lines
		
	
	
		
			663 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			663 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "target": "cobblemon:bellibolt",
 | 
						|
  "baseScale": 1.0,
 | 
						|
  "behaviour": {
 | 
						|
        "resting": {
 | 
						|
            "canSleep": true,
 | 
						|
            "depth": "normal",
 | 
						|
            "light": "0-4"
 | 
						|
        },
 | 
						|
        "moving": {
 | 
						|
            "canLook": false,
 | 
						|
            "walk": {
 | 
						|
                "walkSpeed": 0.180,
 | 
						|
                "canWalk": true,
 | 
						|
                "avoidsLand": false
 | 
						|
            },
 | 
						|
            "swim": {
 | 
						|
                "swimSpeed": 0.1,
 | 
						|
                "canSwimInWater": false,
 | 
						|
                "canBreatheUnderwater": false
 | 
						|
            }
 | 
						|
        }
 | 
						|
  },
 | 
						|
  "hitbox": {
 | 
						|
    "width": 1.0,
 | 
						|
    "height": 0.8,
 | 
						|
    "fixed": false
 | 
						|
  }
 | 
						|
} |