1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-07-13 19:30:19 +02:00

Fix glass panes sides (#2500)

This commit is contained in:
An0n3m0us
2019-09-26 23:35:06 +01:00
committed by sfan5
parent 23ceb30e88
commit 05375c0fd4
2 changed files with 13 additions and 2 deletions

View 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