From b8c9778d895e7d9480b8c5164cbd191c641c2d13 Mon Sep 17 00:00:00 2001 From: GeForceLegend <512287858@qq.com> Date: Tue, 9 Aug 2022 23:48:33 +0800 Subject: [PATCH] Fixed cullface issue of fletching table --- assets/minecraft/models/block/fletching_table.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/minecraft/models/block/fletching_table.json b/assets/minecraft/models/block/fletching_table.json index 8bff817fc..d4ffa87f5 100644 --- a/assets/minecraft/models/block/fletching_table.json +++ b/assets/minecraft/models/block/fletching_table.json @@ -446,10 +446,10 @@ "from":[-0.9,8.01,0.01], "to":[16.9,8.99,15.99], "faces":{ - "north":{"uv":[0,7,1,8],"texture":"#north","cullface":"north"}, - "east":{"uv":[16,7,0,8],"texture":"#north","cullface":"north"}, - "south":{"uv":[15,7,16,8],"texture":"#north","cullface":"south"}, - "west":{"uv":[0,7,16,8],"texture":"#north","cullface":"south"}, + "north":{"uv":[0,7,1,8],"texture":"#north"}, + "east":{"uv":[16,7,0,8],"texture":"#north","cullface":"east"}, + "south":{"uv":[15,7,16,8],"texture":"#north"}, + "west":{"uv":[0,7,16,8],"texture":"#north","cullface":"west"}, "up":{"uv":[0,7,16,8],"rotation":90,"texture":"#north"}, "down":{"uv":[0,7,16,8],"rotation":270,"texture":"#north"} }