minecraft-src/data/minecraft/wolf_variant/chestnut.json
2025-07-04 03:45:38 +03:00

16 lines
No EOL
365 B
JSON

{
"assets": {
"angry": "minecraft:entity/wolf/wolf_chestnut_angry",
"tame": "minecraft:entity/wolf/wolf_chestnut_tame",
"wild": "minecraft:entity/wolf/wolf_chestnut"
},
"spawn_conditions": [
{
"condition": {
"type": "minecraft:biome",
"biomes": "minecraft:old_growth_spruce_taiga"
},
"priority": 1
}
]
}