diff options
author | root <root@mirzakhani.gpcf.eu> | 2018-05-13 10:53:23 +0200 |
---|---|---|
committer | root <root@mirzakhani.gpcf.eu> | 2018-05-13 10:53:23 +0200 |
commit | f97fbdc83db182efd984f16cc5a0508bd3fc65f3 (patch) | |
tree | f46bb9bd7d529ddcd33b31d1787a2154f018b5c2 /extranodes/init.lua | |
parent | 2d539fdc5bd2685b7833f48226142267c0187bf3 (diff) | |
parent | f042bbdfe3ed948d1a67d2420e3de1c24a153111 (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 118dc0a..69cb820 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.."/extramesecons.lua") dofile(path.."/lox.lua") if minetest.get_modpath("bakedclay") then |