36 lines
746 B
JSON
Raw Normal View History

2025-02-18 15:25:17 +01:00
{
"implemented": true,
"target": "cobblemon:purrloin",
"shoulderMountable": true,
"baseScale": 0.7,
"hitbox": {
"width": 0.6,
"height": 0.8,
"fixed": false
},
"drops": {
"amount": "3",
"entries": [
{
"item": "minecraft:rotten_flesh",
"quantityRange": "0-1"
},
{
"item": "cobblemon:bluk_berry",
"percentage": 2.5
},
{
"item": "minecraft:raw_cod",
"percentage": 33
}
]
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": true,
"depth": "normal",
"light": "0-4"
}
}
}