Aeternium anvil

This commit is contained in:
paulevsGitch 2021-02-12 12:26:05 +03:00
parent 2403907b0d
commit dec0c7df51
17 changed files with 146 additions and 8 deletions

View file

@ -0,0 +1,48 @@
{
"variants": {
"destruction=0,facing=east": { "model": "betterend:pattern/%block%/%block%_0", "y": 270 },
"destruction=0,facing=north": { "model": "betterend:pattern/%block%/%block%_0", "y": 180 },
"destruction=0,facing=south": { "model": "betterend:pattern/%block%/%block%_0" },
"destruction=0,facing=west": { "model": "betterend:pattern/%block%/%block%_0", "y": 90 },
"destruction=1,facing=east": { "model": "betterend:pattern/%block%/%block%_0", "y": 270 },
"destruction=1,facing=north": { "model": "betterend:pattern/%block%/%block%_0", "y": 180 },
"destruction=1,facing=south": { "model": "betterend:pattern/%block%/%block%_0" },
"destruction=1,facing=west": { "model": "betterend:pattern/%block%/%block%_0", "y": 90 },
"destruction=2,facing=east": { "model": "betterend:pattern/%block%/%block%_0", "y": 270 },
"destruction=2,facing=north": { "model": "betterend:pattern/%block%/%block%_0", "y": 180 },
"destruction=2,facing=south": { "model": "betterend:pattern/%block%/%block%_0" },
"destruction=2,facing=west": { "model": "betterend:pattern/%block%/%block%_0", "y": 90 },
"destruction=3,facing=east": { "model": "betterend:pattern/%block%/%block%_1", "y": 270 },
"destruction=3,facing=north": { "model": "betterend:pattern/%block%/%block%_1", "y": 180 },
"destruction=3,facing=south": { "model": "betterend:pattern/%block%/%block%_1" },
"destruction=3,facing=west": { "model": "betterend:pattern/%block%/%block%_1", "y": 90 },
"destruction=4,facing=east": { "model": "betterend:pattern/%block%/%block%_1", "y": 270 },
"destruction=4,facing=north": { "model": "betterend:pattern/%block%/%block%_1", "y": 180 },
"destruction=4,facing=south": { "model": "betterend:pattern/%block%/%block%_1" },
"destruction=4,facing=west": { "model": "betterend:pattern/%block%/%block%_1", "y": 90 },
"destruction=5,facing=east": { "model": "betterend:pattern/%block%/%block%_1", "y": 270 },
"destruction=5,facing=north": { "model": "betterend:pattern/%block%/%block%_1", "y": 180 },
"destruction=5,facing=south": { "model": "betterend:pattern/%block%/%block%_1" },
"destruction=5,facing=west": { "model": "betterend:pattern/%block%/%block%_1", "y": 90 },
"destruction=6,facing=east": { "model": "betterend:pattern/%block%/%block%_2", "y": 270 },
"destruction=6,facing=north": { "model": "betterend:pattern/%block%/%block%_2", "y": 180 },
"destruction=6,facing=south": { "model": "betterend:pattern/%block%/%block%_2" },
"destruction=6,facing=west": { "model": "betterend:pattern/%block%/%block%_2", "y": 90 },
"destruction=7,facing=east": { "model": "betterend:pattern/%block%/%block%_2", "y": 270 },
"destruction=7,facing=north": { "model": "betterend:pattern/%block%/%block%_2", "y": 180 },
"destruction=7,facing=south": { "model": "betterend:pattern/%block%/%block%_2" },
"destruction=7,facing=west": { "model": "betterend:pattern/%block%/%block%_2", "y": 90 },
"destruction=8,facing=east": { "model": "betterend:pattern/%block%/%block%_2", "y": 270 },
"destruction=8,facing=north": { "model": "betterend:pattern/%block%/%block%_2", "y": 180 },
"destruction=8,facing=south": { "model": "betterend:pattern/%block%/%block%_2" },
"destruction=8,facing=west": { "model": "betterend:pattern/%block%/%block%_2", "y": 90 }
}
}