36 lines
743 B
JSON
36 lines
743 B
JSON
|
{
|
||
|
"implemented": true,
|
||
|
"target": "cobblemon:delcatty",
|
||
|
"baseScale": 0.8,
|
||
|
"hitbox": {
|
||
|
"width": 0.8,
|
||
|
"height": 0.8,
|
||
|
"fixed": false
|
||
|
},
|
||
|
"drops": {
|
||
|
"amount": 5,
|
||
|
"entries": [
|
||
|
{
|
||
|
"item": "cobblemon:silk_scarf",
|
||
|
"percentage": 5.0
|
||
|
},
|
||
|
{
|
||
|
"item": "cobblemon:pecha_berry",
|
||
|
"percentage": 5.0
|
||
|
},
|
||
|
{
|
||
|
"item": "minecraft:raw_cod",
|
||
|
"quantityRange": "1-3",
|
||
|
"percentage": 33
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"behaviour": {
|
||
|
"resting": {
|
||
|
"canSleep": true,
|
||
|
"willSleepOnBed": true,
|
||
|
"depth": "normal",
|
||
|
"light": "0-4"
|
||
|
}
|
||
|
}
|
||
|
}
|