Fix glass panes sides (#2500)
This commit is contained in:
parent
23ceb30e88
commit
05375c0fd4
2 changed files with 13 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue