Files
jgl_sunlit_patch/kubejs/data/splendid_slimes/slimes/sweet.json
T
2026-07-31 10:34:32 +09:00

27 lines
574 B
JSON

{
"breed": "sweet",
"name": "slime.splendid_slimes.sweet",
"color": "#eaeaea",
"hat_scale": 1.0,
"hat_y_offset": -0.5,
"diet": "diet.splendid_slimes.sweet",
"foods": [{ "tag": "forge:fruits" }],
"favorite_food": {
"item": "atmospheric:orange"
},
"traits": ["moody", "inverse"],
"innate_effects": [
{
"effect": "minecraft:speed",
"amplifier": 2
}
],
"emit_effect_particle": "oreganized:kinetic_hit",
"positive_emit_effects": [
{
"effect": "minecraft:speed",
"duration": 200,
"amplifier": 3
}
]
}