diff options
author | root <root@linux-forks.de> | 2018-08-09 17:35:47 +0200 |
---|---|---|
committer | root <root@linux-forks.de> | 2018-08-09 17:35:47 +0200 |
commit | ee4c2f4e0ed0e697beef2341eda8885492da8368 (patch) | |
tree | 762fa254c65dee1c8fd7873eed05a282862e2316 /extranodes/init.lua | |
parent | 004728dcd1c90770dad6b69b83ac464b682369e6 (diff) | |
parent | 0ea43eb6d5217bf696371e8df22b07f34bf2abfa (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 edaa41a..d986b6e 100644 --- a/extranodes/init.lua +++ b/extranodes/init.lua @@ -10,6 +10,7 @@ dofile(path.."/trampoline.lua") dofile(path.."/extratubes.lua") dofile(path.."/extramesecons.lua") dofile(path.."/lox.lua") +dofile(path.."/plastic_block.lua") if minetest.get_modpath("ethereal") and minetest.get_modpath("flowers") then dofile(path.."/antishroom.lua") |