Fix glass panes sides (#2500)
[oweals/minetest_game.git] / game_api.txt
index a066a087c1677a3e91e02afda870ece50b434603..c6d07908f42774c175657d8679e985692f80dea1 100644 (file)
@@ -773,7 +773,11 @@ Creates panes that automatically connect to each other
 ### Pane definition
 
        {
-               textures = {"texture for sides", (unused), "texture for top and bottom"}, -- More tiles aren't supported
+               textures = {
+                       "texture for front and back",
+                       (unused),
+                       "texture for the 4 edges"
+               }, -- More tiles aren't supported
                groups = {group = rating}, -- Uses the known node groups, see [Known damage and digging time defining groups]
                sounds = SoundSpec,        -- See [#Default sounds]
                recipe = {{"","","","","","","","",""}}, -- Recipe field only