27 lines
673 B
JSON
27 lines
673 B
JSON
{
|
|
"breed": "shulking",
|
|
"name": "slime.splendid_slimes.shulking",
|
|
"color": "#976997",
|
|
"particle": { "item": "minecraft:purpur_block" },
|
|
"hat_y_offset": -1,
|
|
"diet": "diet.splendid_slimes.shulking",
|
|
"foods": [
|
|
{ "item": "minecraft:popped_chorus_fruit" },
|
|
{ "item": "minecraft:chorus_flower" },
|
|
{ "item": "minecraft:chorus_plant" },
|
|
{ "item": "minecraft:chorus_fruit" }
|
|
],
|
|
"favorite_food": {
|
|
"item": "minecraft:chorus_flower"
|
|
},
|
|
"traits": ["foodporting"],
|
|
"emit_effect_particle": "minecraft:end_rod",
|
|
"negative_emit_effects": [
|
|
{
|
|
"effect": "minecraft:levitation",
|
|
"duration": 120,
|
|
"amplifier": 0
|
|
}
|
|
]
|
|
}
|
|
|