26 lines
693 B
JSON
26 lines
693 B
JSON
{
|
|
"breed": "ender",
|
|
"name": "slime.splendid_slimes.ender",
|
|
"color": "#0b4d42",
|
|
"particle": { "item": "minecraft:ender_pearl" },
|
|
"diet": "diet.splendid_slimes.ender",
|
|
"foods": [
|
|
{
|
|
"tag": "forge:gems"
|
|
}
|
|
],
|
|
"favorite_food": {
|
|
"item": "minecraft:amethyst_shard"
|
|
},
|
|
"emit_effect_particle": "minecraft:dragon_breath",
|
|
"traits": ["foodporting"],
|
|
"postive_commands": [
|
|
"tp @e[distance=..2] @e[limit=1,sort=nearest]",
|
|
"playsound minecraft:entity.enderman.teleport block @a[distance=..10]"
|
|
],
|
|
"negative_commands": [
|
|
"tp @e[distance=..8] @e[limit=1,sort=nearest]",
|
|
"playsound minecraft:entity.enderman.teleport block @a[distance=..10]"
|
|
]
|
|
}
|