diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-09-23 04:38:15 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-09-23 04:38:15 +0300 |
commit | 5a8922a0155b003ac0bb8d911e99808ffde1a7da (patch) | |
tree | c5beab878c2dbd5dbbe237775d94aefb97fa42f5 /init.lua | |
parent | c5cc8ec993bee4473af8c2e03c0f92ec0dc9453d (diff) |
first actual content
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ local modpath = minetest.get_modpath("minetest_errata") +minetest_errata = {} +minetest_errata.prefix = "me_" + dofile(modpath.."/books.lua") +dofile(modpath.."/doors.lua") + +dofile(modpath.."/sandstone_cobble.lua") + +dofile(modpath.."/missing_groups.lua") + dofile(modpath.."/xpanes.lua")
\ No newline at end of file |