first commit
This commit is contained in:
@ -0,0 +1,34 @@
|
||||
{
|
||||
"target": "xurkitree",
|
||||
"baseScale": 0.9,
|
||||
"hitbox": {
|
||||
"width": 2.0,
|
||||
"height": 6.0,
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user