Skip to content

Commit

Permalink
Fix acacia door models' bug
Browse files Browse the repository at this point in the history
  • Loading branch information
GeForceLegend authored Sep 5, 2019
1 parent 03129f6 commit 12e4242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/acacia_door_bottom.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"from":[0,0,13],
"to":[3,16,16],
"faces":{
"north":{"uv":[9.0012,-0.026,12,16.026],"texture":"#layer1"},
"north":{"uv":[9.0012,-0.01,12,16.01],"texture":"#layer1"},
"east":{"uv":[16.01,-0.01,13.0063,16.01],"texture":"#particle"},
"south":{"uv":[13.0063,-0.01,16.01,16.01],"texture":"#layer1","cullface":"south"},
"west":{"uv":[13.0063,-0.01,16.01,16.01],"texture":"#particle","cullface":"west"}
Expand Down
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/acacia_door_bottom_rh.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"faces":{
"north":{"uv":[16.01,-0.01,13.0063,16.01],"texture":"#layer1","cullface":"north"},
"east":{"uv":[13.0063,-0.01,16.01,16.01],"texture":"#particle"},
"south":{"uv":[12,-0.026,9.0012,16.026],"texture":"#layer1"},
"south":{"uv":[12,-0.01,9.0012,16.01],"texture":"#layer1"},
"west":{"uv":[16.01,-0.01,13.0063,16.01],"texture":"#particle","cullface":"west"}
}
}
Expand Down

0 comments on commit 12e4242

Please sign in to comment.