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