LOOHP-Limbo/src/main/resources/data/minecraft/wolf_variant/striped.json

16 lines
347 B
JSON

{
"assets": {
"angry": "minecraft:entity/wolf/wolf_striped_angry",
"tame": "minecraft:entity/wolf/wolf_striped_tame",
"wild": "minecraft:entity/wolf/wolf_striped"
},
"spawn_conditions": [
{
"condition": {
"type": "minecraft:biome",
"biomes": "minecraft:badlands"
},
"priority": 1
}
]
}