From 957875c0b8ff98f87dbbc579f5499b96c2c5a3d5 Mon Sep 17 00:00:00 2001 From: GeForceLegend <512287858@qq.com> Date: Sat, 21 Sep 2019 12:14:20 +0800 Subject: [PATCH] Optimize iron bar model --- .../models/block/iron_bars_post_ends.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/minecraft/models/block/iron_bars_post_ends.json b/assets/minecraft/models/block/iron_bars_post_ends.json index e34f1ec54..88b84ac1a 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"} }