add first patch
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"breed": "all_seeing",
|
||||
"name": "slime.splendid_slimes.all_seeing",
|
||||
"color": "#65062b",
|
||||
"particle": { "item": "minecraft:cobweb" },
|
||||
"diet": "diet.splendid_slimes.all_seeing",
|
||||
"foods": [{ "tag": "forge:vegetables" }],
|
||||
"favorite_food": { "item": "minecraft:golden_carrot" },
|
||||
"innate_effects": [
|
||||
{
|
||||
"effect": "vinery:climbing_effect",
|
||||
"amplifier": 0
|
||||
}
|
||||
],
|
||||
"negative_emit_effects": [
|
||||
{
|
||||
"effect": "minecraft:poison",
|
||||
"duration": 120,
|
||||
"amplifier": 0
|
||||
}
|
||||
],
|
||||
"positive_emit_effects": [
|
||||
{
|
||||
"effect": "minecraft:night_vision",
|
||||
"duration": 300,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user