diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-23 02:42:41 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-23 02:42:41 +0300 |
commit | c5cc8ec993bee4473af8c2e03c0f92ec0dc9453d (patch) | |
tree | c82b0b19531642ed6bc663095e91e76ba635ace4 /init.lua | |
parent | 6ada508370f8fa33c59f8592ebfaf308270d8d92 (diff) |
first stuff
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +local modpath = minetest.get_modpath("minetest_errata") + +dofile(modpath.."/books.lua") + +dofile(modpath.."/xpanes.lua")
\ No newline at end of file |