From e7fb36e812311f6d16b77340796606be9b0487cd Mon Sep 17 00:00:00 2001 From: FlukyPhoenix Date: Tue, 3 Apr 2012 18:44:01 +0100 Subject: [PATCH] Fixed Sandstone slab texture mapping. Signed-off-by: FlukyPhoenix --- minecraft.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/minecraft.yaml b/minecraft.yaml index 04589df..42811c5 100644 --- a/minecraft.yaml +++ b/minecraft.yaml @@ -810,6 +810,9 @@ blocks: name: Double Stone Slab 1: tex: [0, 12] + tex_direction: + TOP: [0, 11] + BOTTOM: [0, 13] name: Double Sandstone Slab 2: tex: [4, 0] @@ -845,6 +848,9 @@ blocks: name: Stone Slab 1: tex: [0, 12] + tex_direction: + TOP: [0, 11] + BOTTOM: [0, 13] name: Sandstone Slab 2: tex: [4, 0]