add first patch

This commit is contained in:
2026-07-31 10:34:32 +09:00
parent 03aac2e45e
commit b1cbc6c78d
6390 changed files with 547430 additions and 0 deletions
@@ -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]"
]
}