From 2853b40de13c69866595baf72186abb4e89e0489 Mon Sep 17 00:00:00 2001
From: est31 <MTest31@outlook.com>
Date: Wed, 20 May 2015 19:58:27 +0200
Subject: [PATCH] Fix documentation for texture override face selector
 behaviour

---
 doc/texture_overrides.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/texture_overrides.txt b/doc/texture_overrides.txt
index 559591184..1a4e11a3c 100644
--- a/doc/texture_overrides.txt
+++ b/doc/texture_overrides.txt
@@ -29,7 +29,7 @@ Face Selectors
 | right         | x+                                                |
 | front         | z-                                                |
 | back          | z+                                                |
-| top           | z+                                                |
-| bottom        | z-                                                |
+| top           | y+                                                |
+| bottom        | y-                                                |
 | sides         | x-, x+, z-, z+                                    |
 | all           | All faces. You can also use '*' instead of 'all'. |
-- 
GitLab