diff options
author | root <root@linuxworks.belug.de> | 2018-04-14 11:55:56 +0200 |
---|---|---|
committer | root <root@linuxworks.belug.de> | 2018-04-14 11:55:56 +0200 |
commit | b19fa017bd6bba6621ca71902ccb8aebd6d0f69b (patch) | |
tree | 6c56be70e4b2187808b3360b130fc74728fcc31d /extranodes/init.lua | |
parent | 6f38baca16d28854edd7a484b4761015e037b315 (diff) | |
parent | 4a93ac8ca2670f09a5a450342c777ee2fc1a0ebc (diff) |
Merge https://github.com/h-v-smacker/technic
Diffstat (limited to 'extranodes/init.lua')
-rw-r--r-- | extranodes/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extranodes/init.lua b/extranodes/init.lua index 8ef074d..44d3dc1 100644 --- a/extranodes/init.lua +++ b/extranodes/init.lua @@ -8,6 +8,7 @@ local path = string.gsub(technic.modpath, "technic/technic", "technic/extranodes dofile(path.."/aspirin.lua") dofile(path.."/trampoline.lua") dofile(path.."/extratubes.lua") +dofile(path.."/lox.lua") if minetest.get_modpath("moreblocks") then |