Default ID fix, renames
This commit is contained in:
parent
720103bd45
commit
e1f88b453a
88 changed files with 482 additions and 561 deletions
|
@ -1,56 +1,56 @@
|
|||
{
|
||||
"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"
|
||||
"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