diff --git a/assets/minecraft/models/block/iron_bars_post_ends.json b/assets/minecraft/models/block/iron_bars_post_ends.json index 6d8d68dd2..b0dc09c26 100644 --- a/assets/minecraft/models/block/iron_bars_post_ends.json +++ b/assets/minecraft/models/block/iron_bars_post_ends.json @@ -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"} } @@ -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"} }