model rotation fix
This commit is contained in:
parent
a28333aedf
commit
d16f30f129
1 changed files with 4 additions and 4 deletions
|
@ -2,11 +2,11 @@
|
|||
"variants": {
|
||||
"facing=down,redstone_locked=false": {
|
||||
"model": "steampowered:block/dynamo/block",
|
||||
"x": 270, "y": 90
|
||||
"x": 270, "y": 180
|
||||
},
|
||||
"facing=up,redstone_locked=false": {
|
||||
"model": "steampowered:block/dynamo/block",
|
||||
"x": 90, "y": 90
|
||||
"x": 90, "y": 180
|
||||
},
|
||||
"facing=north,redstone_locked=false": {
|
||||
"model": "steampowered:block/dynamo/block",
|
||||
|
@ -26,11 +26,11 @@
|
|||
},
|
||||
"facing=down,redstone_locked=true": {
|
||||
"model": "steampowered:block/dynamo/block_locked",
|
||||
"x": 270, "y": 90
|
||||
"x": 270, "y": 180
|
||||
},
|
||||
"facing=up,redstone_locked=true": {
|
||||
"model": "steampowered:block/dynamo/block_locked",
|
||||
"x": 90, "y": 90
|
||||
"x": 90, "y": 180
|
||||
},
|
||||
"facing=north,redstone_locked=true": {
|
||||
"model": "steampowered:block/dynamo/block_locked",
|
||||
|
|
Loading…
Reference in a new issue