37 lines
		
	
	
		
			781 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			781 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "implemented": true,
 | |
|     "target": "cobblemon:liepard",   
 | |
|     "shoulderMountable": false,
 | |
|     "baseScale": 1.0,
 | |
|     "hitbox": {
 | |
|       "width": 0.9,
 | |
|       "height": 1.3,
 | |
|       "fixed": false
 | |
|     },
 | |
|     "drops": {
 | |
|     "amount": "5",
 | |
|       "entries": [
 | |
|         {
 | |
|           "item": "minecraft:rotten_flesh",
 | |
|           "quantityRange": "0-2"
 | |
|         },
 | |
|         {
 | |
|           "item": "cobblemon:bluk_berry",
 | |
|           "percentage": 5.0
 | |
|         },
 | |
|         {
 | |
|           "item": "minecraft:raw_cod",
 | |
|           "quantityRange": "1-2",
 | |
|           "percentage": 33
 | |
|         }
 | |
|       ]
 | |
|     },
 | |
|     "behaviour": {
 | |
|       "resting": {
 | |
|         "canSleep": true,
 | |
|         "willSleepOnBed": true,
 | |
|         "depth": "normal",
 | |
|         "light": "0-4"
 | |
|       }
 | |
|     }
 | |
|    } |