30 lines
649 B
JSON
30 lines
649 B
JSON
{
|
|
"breed": "all_seeing",
|
|
"name": "slime.splendid_slimes.all_seeing",
|
|
"color": "#65062b",
|
|
"particle": { "item": "minecraft:cobweb" },
|
|
"diet": "diet.splendid_slimes.all_seeing",
|
|
"foods": [{ "tag": "forge:vegetables" }],
|
|
"favorite_food": { "item": "minecraft:golden_carrot" },
|
|
"innate_effects": [
|
|
{
|
|
"effect": "vinery:climbing_effect",
|
|
"amplifier": 0
|
|
}
|
|
],
|
|
"negative_emit_effects": [
|
|
{
|
|
"effect": "minecraft:poison",
|
|
"duration": 120,
|
|
"amplifier": 0
|
|
}
|
|
],
|
|
"positive_emit_effects": [
|
|
{
|
|
"effect": "minecraft:night_vision",
|
|
"duration": 300,
|
|
"amplifier": 0
|
|
}
|
|
]
|
|
}
|