2025-02-18 15:25:17 +01:00

34 lines
808 B
JSON

{
"target": "blacephalon",
"baseScale": 0.4,
"hitbox": {
"width": 2.0,
"height": 4.3,
"fixed": false
},
"drops": {
"amount": "1",
"entries": [
{"item": "minecraft:iron_ingot", "quantityRange": "1-32", "percentage": 50}
]
},
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
}
}