diff --git a/assets/minecraft/models/block/fletching_table.json b/assets/minecraft/models/block/fletching_table.json index 8bff817f..d4ffa87f 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"} }