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