Fix documentation for texture override face selector behaviour
authorest31 <MTest31@outlook.com>
Wed, 20 May 2015 17:58:27 +0000 (19:58 +0200)
committerest31 <MTest31@outlook.com>
Wed, 20 May 2015 17:58:27 +0000 (19:58 +0200)
doc/texture_overrides.txt

index 55959118417320cd2d62f90adae2d3992ca036d6..1a4e11a3ceed02fe1acd0261223e8e909e04a86a 100644 (file)
@@ -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'. |