first commit
This commit is contained in:
@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user