36 lines
738 B
JSON
Raw Normal View History

2025-02-18 15:25:17 +01:00
{
"implemented": true,
"target": "cobblemon:stunky",
"shoulderMountable": true,
"baseScale": 0.7,
"hitbox": {
"width": 0.7,
"height": 0.7,
"fixed": false
},
"drops": {
"amount": "3",
"entries": [
{
"item": "cobblemon:pecha_berry",
"percentage": 2.5
},
{
"item": "minecraft:ink_sac",
"percentage": 33
},
{
"item": "minecraft:slime_ball",
"percentage": 33
}
]
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": false,
"depth": "normal",
"light": "0-4"
}
}
}