Utility names
This commit is contained in:
parent
e1f88b453a
commit
80e8928eae
23 changed files with 208 additions and 100 deletions
|
@ -1,56 +0,0 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=down,open=false": {
|
||||
"x": 180,
|
||||
"model": "betternether:block/barrel_%name%"
|
||||
},
|
||||
"facing=down,open=true": {
|
||||
"x": 180,
|
||||
"model": "betternether:block/barrel_%name%_open"
|
||||
},
|
||||
"facing=east,open=false": {
|
||||
"x": 90,
|
||||
"y": 90,
|
||||
"model": "betternether:block/barrel_%name%"
|
||||
},
|
||||
"facing=east,open=true": {
|
||||
"x": 90,
|
||||
"y": 90,
|
||||
"model": "betternether:block/barrel_%name%_open"
|
||||
},
|
||||
"facing=north,open=false": {
|
||||
"x": 90,
|
||||
"model": "betternether:block/barrel_%name%"
|
||||
},
|
||||
"facing=north,open=true": {
|
||||
"x": 90,
|
||||
"model": "betternether:block/barrel_%name%_open"
|
||||
},
|
||||
"facing=south,open=false": {
|
||||
"x": 90,
|
||||
"y": 180,
|
||||
"model": "betternether:block/barrel_%name%"
|
||||
},
|
||||
"facing=south,open=true": {
|
||||
"x": 90,
|
||||
"y": 180,
|
||||
"model": "betternether:block/barrel_%name%_open"
|
||||
},
|
||||
"facing=up,open=false": {
|
||||
"model": "betternether:block/barrel_%name%"
|
||||
},
|
||||
"facing=up,open=true": {
|
||||
"model": "betternether:block/barrel_%name%_open"
|
||||
},
|
||||
"facing=west,open=false": {
|
||||
"x": 90,
|
||||
"y": 270,
|
||||
"model": "betternether:block/barrel_%name%"
|
||||
},
|
||||
"facing=west,open=true": {
|
||||
"x": 90,
|
||||
"y": 270,
|
||||
"model": "betternether:block/barrel_%name%_open"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue