29 lines
		
	
	
		
			446 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			446 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "target": "cobblemon:unown",
 | |
| 	  "baseScale": 2,
 | |
|   "hitbox": {
 | |
|     "width": 0.5,
 | |
|     "height": 0.7,
 | |
|     "fixed": false
 | |
|   },
 | |
|    "behaviour": {
 | |
|     "moving": {
 | |
|     "canLook": false,
 | |
|       "fly": {
 | |
|         "canFly": true
 | |
|       }  
 | |
|     }
 | |
|   },
 | |
|   "drops": {
 | |
|     "amount": "2",
 | |
|     "entries": [
 | |
|       {
 | |
|         "item": "minecraft:ender_pearl",
 | |
|         "percentage": 15
 | |
|       }
 | |
|     ]
 | |
|   },
 | |
|   "features": [
 | |
|   "letter"
 | |
|   ]
 | |
| } |