You've already forked minecraft-assets
Create/Update assets for version 24w14potato
This commit is contained in:
1
data/minecraft/wolf_variant/_all.json
Normal file
1
data/minecraft/wolf_variant/_all.json
Normal file
@@ -0,0 +1 @@
|
||||
{"ashen":{"angry_texture":"minecraft:entity/wolf/wolf_ashen_angry","biomes":"minecraft:snowy_taiga","tame_texture":"minecraft:entity/wolf/wolf_ashen_tame","wild_texture":"minecraft:entity/wolf/wolf_ashen"},"black":{"angry_texture":"minecraft:entity/wolf/wolf_black_angry","biomes":"minecraft:old_growth_pine_taiga","tame_texture":"minecraft:entity/wolf/wolf_black_tame","wild_texture":"minecraft:entity/wolf/wolf_black"},"chestnut":{"angry_texture":"minecraft:entity/wolf/wolf_chestnut_angry","biomes":"minecraft:old_growth_spruce_taiga","tame_texture":"minecraft:entity/wolf/wolf_chestnut_tame","wild_texture":"minecraft:entity/wolf/wolf_chestnut"},"pale":{"angry_texture":"minecraft:entity/wolf/wolf_angry","biomes":"minecraft:taiga","tame_texture":"minecraft:entity/wolf/wolf_tame","wild_texture":"minecraft:entity/wolf/wolf"},"rusty":{"angry_texture":"minecraft:entity/wolf/wolf_rusty_angry","biomes":"#minecraft:is_jungle","tame_texture":"minecraft:entity/wolf/wolf_rusty_tame","wild_texture":"minecraft:entity/wolf/wolf_rusty"},"snowy":{"angry_texture":"minecraft:entity/wolf/wolf_snowy_angry","biomes":"minecraft:grove","tame_texture":"minecraft:entity/wolf/wolf_snowy_tame","wild_texture":"minecraft:entity/wolf/wolf_snowy"},"spotted":{"angry_texture":"minecraft:entity/wolf/wolf_spotted_angry","biomes":"#minecraft:is_savanna","tame_texture":"minecraft:entity/wolf/wolf_spotted_tame","wild_texture":"minecraft:entity/wolf/wolf_spotted"},"striped":{"angry_texture":"minecraft:entity/wolf/wolf_striped_angry","biomes":"#minecraft:is_badlands","tame_texture":"minecraft:entity/wolf/wolf_striped_tame","wild_texture":"minecraft:entity/wolf/wolf_striped"},"woods":{"angry_texture":"minecraft:entity/wolf/wolf_woods_angry","biomes":"minecraft:forest","tame_texture":"minecraft:entity/wolf/wolf_woods_tame","wild_texture":"minecraft:entity/wolf/wolf_woods"}}
|
||||
1
data/minecraft/wolf_variant/_list.json
Normal file
1
data/minecraft/wolf_variant/_list.json
Normal file
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["ashen.json","black.json","chestnut.json","pale.json","rusty.json","snowy.json","spotted.json","striped.json","woods.json"]}
|
||||
6
data/minecraft/wolf_variant/ashen.json
Normal file
6
data/minecraft/wolf_variant/ashen.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"angry_texture": "minecraft:entity/wolf/wolf_ashen_angry",
|
||||
"biomes": "minecraft:snowy_taiga",
|
||||
"tame_texture": "minecraft:entity/wolf/wolf_ashen_tame",
|
||||
"wild_texture": "minecraft:entity/wolf/wolf_ashen"
|
||||
}
|
||||
6
data/minecraft/wolf_variant/black.json
Normal file
6
data/minecraft/wolf_variant/black.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"angry_texture": "minecraft:entity/wolf/wolf_black_angry",
|
||||
"biomes": "minecraft:old_growth_pine_taiga",
|
||||
"tame_texture": "minecraft:entity/wolf/wolf_black_tame",
|
||||
"wild_texture": "minecraft:entity/wolf/wolf_black"
|
||||
}
|
||||
6
data/minecraft/wolf_variant/chestnut.json
Normal file
6
data/minecraft/wolf_variant/chestnut.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"angry_texture": "minecraft:entity/wolf/wolf_chestnut_angry",
|
||||
"biomes": "minecraft:old_growth_spruce_taiga",
|
||||
"tame_texture": "minecraft:entity/wolf/wolf_chestnut_tame",
|
||||
"wild_texture": "minecraft:entity/wolf/wolf_chestnut"
|
||||
}
|
||||
6
data/minecraft/wolf_variant/pale.json
Normal file
6
data/minecraft/wolf_variant/pale.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"angry_texture": "minecraft:entity/wolf/wolf_angry",
|
||||
"biomes": "minecraft:taiga",
|
||||
"tame_texture": "minecraft:entity/wolf/wolf_tame",
|
||||
"wild_texture": "minecraft:entity/wolf/wolf"
|
||||
}
|
||||
6
data/minecraft/wolf_variant/rusty.json
Normal file
6
data/minecraft/wolf_variant/rusty.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"angry_texture": "minecraft:entity/wolf/wolf_rusty_angry",
|
||||
"biomes": "#minecraft:is_jungle",
|
||||
"tame_texture": "minecraft:entity/wolf/wolf_rusty_tame",
|
||||
"wild_texture": "minecraft:entity/wolf/wolf_rusty"
|
||||
}
|
||||
6
data/minecraft/wolf_variant/snowy.json
Normal file
6
data/minecraft/wolf_variant/snowy.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"angry_texture": "minecraft:entity/wolf/wolf_snowy_angry",
|
||||
"biomes": "minecraft:grove",
|
||||
"tame_texture": "minecraft:entity/wolf/wolf_snowy_tame",
|
||||
"wild_texture": "minecraft:entity/wolf/wolf_snowy"
|
||||
}
|
||||
6
data/minecraft/wolf_variant/spotted.json
Normal file
6
data/minecraft/wolf_variant/spotted.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"angry_texture": "minecraft:entity/wolf/wolf_spotted_angry",
|
||||
"biomes": "#minecraft:is_savanna",
|
||||
"tame_texture": "minecraft:entity/wolf/wolf_spotted_tame",
|
||||
"wild_texture": "minecraft:entity/wolf/wolf_spotted"
|
||||
}
|
||||
6
data/minecraft/wolf_variant/striped.json
Normal file
6
data/minecraft/wolf_variant/striped.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"angry_texture": "minecraft:entity/wolf/wolf_striped_angry",
|
||||
"biomes": "#minecraft:is_badlands",
|
||||
"tame_texture": "minecraft:entity/wolf/wolf_striped_tame",
|
||||
"wild_texture": "minecraft:entity/wolf/wolf_striped"
|
||||
}
|
||||
6
data/minecraft/wolf_variant/woods.json
Normal file
6
data/minecraft/wolf_variant/woods.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"angry_texture": "minecraft:entity/wolf/wolf_woods_angry",
|
||||
"biomes": "minecraft:forest",
|
||||
"tame_texture": "minecraft:entity/wolf/wolf_woods_tame",
|
||||
"wild_texture": "minecraft:entity/wolf/wolf_woods"
|
||||
}
|
||||
Reference in New Issue
Block a user