25 lines
508 B
JSON
25 lines
508 B
JSON
{
|
|
"breed": "webby",
|
|
"name": "slime.splendid_slimes.webby",
|
|
"color": "#bebfd2",
|
|
"diet": "diet.splendid_slimes.webby",
|
|
"particle": { "item": "minecraft:cobweb" },
|
|
"foods": [{ "tag": "forge:vegetables" }],
|
|
"favorite_food": {
|
|
"item": "veggiesdelight:garlic"
|
|
},
|
|
"innate_effects": [
|
|
{
|
|
"effect": "vinery:climbing_effect",
|
|
"amplifier": 0
|
|
}
|
|
],
|
|
"negative_emit_effects": [
|
|
{
|
|
"effect": "minecraft:slowness",
|
|
"duration": 120,
|
|
"amplifier": 2
|
|
}
|
|
]
|
|
}
|