Skip to content

Commit

Permalink
Optimize iron bar model
Browse files Browse the repository at this point in the history
  • Loading branch information
GeForceLegend committed Sep 21, 2019
1 parent d945ed1 commit f49ab97
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions assets/minecraft/models/block/iron_bars_post_ends.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"from":[7,15,7],
"to":[9,16,9],
"faces":{
"north":{"uv":[12.0031,8,14,9],"texture":"#texture"},
"east":{"uv":[12.1,9,13,7],"rotation":90,"texture":"#texture"},
"south":{"uv":[12.0031,7,14,8],"texture":"#texture"},
"west":{"uv":[13.1,9,14,7],"rotation":270,"texture":"#texture"},
"north":{"uv":[12.0031,8,14,9],"texture":"#texture","cullface":"north"},
"east":{"uv":[12.1,9,13,7],"rotation":90,"texture":"#texture","cullface":"east"},
"south":{"uv":[12.0031,7,14,8],"texture":"#texture","cullface":"south"},
"west":{"uv":[13.1,9,14,7],"rotation":270,"texture":"#texture","cullface":"west"},
"up":{"uv":[14,9,12.0031,7],"texture":"#texture","cullface":"up"},
"down":{"uv":[14,7,12.0031,9],"texture":"#texture"}
}
Expand All @@ -22,10 +22,10 @@
"from":[7,0,7],
"to":[9,1,9],
"faces":{
"north":{"uv":[12.0031,9,14,8],"texture":"#texture"},
"east":{"uv":[12.1,9,13,7],"rotation":90,"texture":"#texture"},
"south":{"uv":[12.0031,8,14,7],"texture":"#texture"},
"west":{"uv":[13.1,9,14,7],"rotation":270,"texture":"#texture"},
"north":{"uv":[12.0031,9,14,8],"texture":"#texture","cullface":"north"},
"east":{"uv":[12.1,9,13,7],"rotation":90,"texture":"#texture","cullface":"east"},
"south":{"uv":[12.0031,8,14,7],"texture":"#texture","cullface":"south"},
"west":{"uv":[13.1,9,14,7],"rotation":270,"texture":"#texture","cullface":"west"},
"up":{"uv":[14,9,12.0031,7],"texture":"#texture"},
"down":{"uv":[14,7,12.0031,9],"texture":"#texture","cullface":"down"}
}
Expand Down

0 comments on commit f49ab97

Please sign in to comment.