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

16 lines
346 B
JSON

{
"assets": {
"angry": "minecraft:entity/wolf/wolf_spotted_angry",
"tame": "minecraft:entity/wolf/wolf_spotted_tame",
"wild": "minecraft:entity/wolf/wolf_spotted"
},
"spawn_conditions": [
{
"condition": {
"type": "minecraft:biome",
"biomes": "minecraft:savanna"
},
"priority": 1
}
]
}