diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-10-09 04:04:39 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-10-09 04:04:39 +0300 |
commit | e7d6f7bdeb4760a82e2fd9e5ca1719cf55fc05ab (patch) | |
tree | 4920c71c5ecf19b54d1854dd7500a3de52b35461 /init.lua | |
parent | cf145140d32ef26804dc97505404c7ac8130f415 (diff) |
protected shelves
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -15,4 +15,6 @@ dofile(modpath.."/xpanes.lua") dofile(modpath.."/glass_panes.lua") -dofile(modpath.."/mossy_blocks.lua")
\ No newline at end of file +dofile(modpath.."/mossy_blocks.lua") + +dofile(modpath.."/shelves.lua")
\ No newline at end of file |