diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-11-15 06:51:15 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-11-15 06:51:15 +0300 |
commit | b0f073a6a792a03d09c6d75deac28c559af2796c (patch) | |
tree | 85b422f52a38a1aaa2b98395db6a33cbbe6ff43a /init.lua | |
parent | 7560c272e7df2e0691e301a09c8e01335f622940 (diff) |
flint block
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ dofile(modpath.."/doors.lua") dofile(modpath.."/sandstone_cobble.lua") +dofile(modpath.."/flint_block.lua") + dofile(modpath.."/missing_groups.lua") dofile(modpath.."/xpanes.lua") |