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