28 lines
674 B
JSON
28 lines
674 B
JSON
{
|
|
"breed": "boomcat",
|
|
"name": "slime.splendid_slimes.boomcat",
|
|
"color": "#8a8a8a",
|
|
"particle": { "item": "minecraft:gunpowder" },
|
|
"diet": "diet.splendid_slimes.boomcat",
|
|
"foods": [
|
|
{ "tag": "forge:raw_meat" },
|
|
{ "tag": "forge:cooked_meat" },
|
|
{ "tag": "splendid_slimes:animal_spawn_eggs" }
|
|
],
|
|
"favorite_food": {
|
|
"item": "untitledduckmod:cooked_duck"
|
|
},
|
|
"entities": [
|
|
"minecraft:chicken",
|
|
"minecraft:cow",
|
|
"minecraft:pig",
|
|
"snowpig:snow_pig",
|
|
"minecraft:rabbit",
|
|
"minecraft:sheep",
|
|
"untitledduckmod:duck",
|
|
"untitledduckmod:goose"
|
|
],
|
|
"favorite_entity": "untitledduckmod:duck",
|
|
"traits": ["explosive"]
|
|
}
|