first commit
This commit is contained in:
@ -0,0 +1,38 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"target": "cobblemon:skuntank",
|
||||
"shoulderMountable": false,
|
||||
"baseScale": 1.3,
|
||||
"hitbox": {
|
||||
"width": 0.8,
|
||||
"height": 1.0,
|
||||
"fixed": false
|
||||
},
|
||||
"drops": {
|
||||
"amount": "5",
|
||||
"entries": [
|
||||
{
|
||||
"item": "cobblemon:pecha_berry",
|
||||
"percentage": 5.0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:ink_sac",
|
||||
"quantityRange": "0-2",
|
||||
"percentage": 33
|
||||
},
|
||||
{
|
||||
"item": "minecraft:slime_ball",
|
||||
"quantityRange": "0-2",
|
||||
"percentage": 33
|
||||
}
|
||||
]
|
||||
},
|
||||
"behaviour": {
|
||||
"resting": {
|
||||
"canSleep": true,
|
||||
"willSleepOnBed": false,
|
||||
"depth": "normal",
|
||||
"light": "0-4"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user