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