diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-09-23 07:19:30 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-09-23 07:19:30 +0300 |
commit | eac138f56ff9fbccf4a3da846f16762086cb3181 (patch) | |
tree | 483e0ce11e4642559deb7e003c82baf74b14cb00 /init.lua | |
parent | ca7369d944dde40e51cff490903d6f5601ec42c7 (diff) |
multiple glass panes
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,4 +11,6 @@ dofile(modpath.."/sandstone_cobble.lua") dofile(modpath.."/missing_groups.lua") -dofile(modpath.."/xpanes.lua")
\ No newline at end of file +dofile(modpath.."/xpanes.lua") + +dofile(modpath.."/glass_panes.lua")
\ No newline at end of file |