Skip to content

Commit

Permalink
Change wolf variant tags to match Terralith
Browse files Browse the repository at this point in the history
  • Loading branch information
Forstride committed May 9, 2024
1 parent 2863cb4 commit 4d9d522
Show file tree
Hide file tree
Showing 20 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"angry_texture": "biomesoplenty:entity/wolf/wolf_spectral_angry",
"biomes": "#biomesoplenty:spawns_spectral_wolves",
"biomes": "#biomesoplenty:has_wolf_variant/spectral",
"tame_texture": "biomesoplenty:entity/wolf/wolf_spectral_tame",
"wild_texture": "biomesoplenty:entity/wolf/wolf_spectral"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"angry_texture": "minecraft:entity/wolf/wolf_ashen_angry",
"biomes": "#c:spawns_ashen_wolves",
"biomes": "#c:has_wolf_variant/ashen",
"tame_texture": "minecraft:entity/wolf/wolf_ashen_tame",
"wild_texture": "minecraft:entity/wolf/wolf_ashen"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"angry_texture": "minecraft:entity/wolf/wolf_black_angry",
"biomes": "#c:spawns_black_wolves",
"biomes": "#c:has_wolf_variant/black",
"tame_texture": "minecraft:entity/wolf/wolf_black_tame",
"wild_texture": "minecraft:entity/wolf/wolf_black"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"angry_texture": "minecraft:entity/wolf/wolf_chestnut_angry",
"biomes": "#c:spawns_chestnut_wolves",
"biomes": "#c:has_wolf_variant/chestnut",
"tame_texture": "minecraft:entity/wolf/wolf_chestnut_tame",
"wild_texture": "minecraft:entity/wolf/wolf_chestnut"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"angry_texture": "minecraft:entity/wolf/wolf_angry",
"biomes": "#c:spawns_pale_wolves",
"biomes": "#c:has_wolf_variant/pale",
"tame_texture": "minecraft:entity/wolf/wolf_tame",
"wild_texture": "minecraft:entity/wolf/wolf"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"angry_texture": "minecraft:entity/wolf/wolf_rusty_angry",
"biomes": "#c:spawns_rusty_wolves",
"biomes": "#c:has_wolf_variant/rusty",
"tame_texture": "minecraft:entity/wolf/wolf_rusty_tame",
"wild_texture": "minecraft:entity/wolf/wolf_rusty"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"angry_texture": "minecraft:entity/wolf/wolf_snowy_angry",
"biomes": "#c:spawns_snowy_wolves",
"biomes": "#c:has_wolf_variant/snowy",
"tame_texture": "minecraft:entity/wolf/wolf_snowy_tame",
"wild_texture": "minecraft:entity/wolf/wolf_snowy"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"angry_texture": "minecraft:entity/wolf/wolf_spotted_angry",
"biomes": "#c:spawns_spotted_wolves",
"biomes": "#c:has_wolf_variant/spotted",
"tame_texture": "minecraft:entity/wolf/wolf_spotted_tame",
"wild_texture": "minecraft:entity/wolf/wolf_spotted"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"angry_texture": "minecraft:entity/wolf/wolf_striped_angry",
"biomes": "#c:spawns_striped_wolves",
"biomes": "#c:has_wolf_variant/striped",
"tame_texture": "minecraft:entity/wolf/wolf_striped_tame",
"wild_texture": "minecraft:entity/wolf/wolf_striped"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"angry_texture": "minecraft:entity/wolf/wolf_woods_angry",
"biomes": "#c:spawns_woods_wolves",
"biomes": "#c:has_wolf_variant/woods",
"tame_texture": "minecraft:entity/wolf/wolf_woods_tame",
"wild_texture": "minecraft:entity/wolf/wolf_woods"
}

0 comments on commit 4d9d522

Please sign in to comment.