You've already forked minecraft-assets
Create/Update assets for version 16w35a
This commit is contained in:
16
assets/minecraft/blockstates/anvil.json
Normal file
16
assets/minecraft/blockstates/anvil.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"damage=0,facing=south": { "model": "anvil_undamaged" },
|
||||
"damage=0,facing=west": { "model": "anvil_undamaged", "y": 90 },
|
||||
"damage=0,facing=north": { "model": "anvil_undamaged", "y": 180 },
|
||||
"damage=0,facing=east": { "model": "anvil_undamaged", "y": 270 },
|
||||
"damage=1,facing=south": { "model": "anvil_slightly_damaged" },
|
||||
"damage=1,facing=west": { "model": "anvil_slightly_damaged", "y": 90 },
|
||||
"damage=1,facing=north": { "model": "anvil_slightly_damaged", "y": 180 },
|
||||
"damage=1,facing=east": { "model": "anvil_slightly_damaged", "y": 270 },
|
||||
"damage=2,facing=south": { "model": "anvil_very_damaged" },
|
||||
"damage=2,facing=west": { "model": "anvil_very_damaged", "y": 90 },
|
||||
"damage=2,facing=north": { "model": "anvil_very_damaged", "y": 180 },
|
||||
"damage=2,facing=east": { "model": "anvil_very_damaged", "y": 270 }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user