diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-08-06 08:04:53 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-08-06 08:04:53 +0300 |
commit | 534274e88cec0f00285d0451399349e0a62846cb (patch) | |
tree | 3ff5ba97cbddba810bed1a5d724d4cbc5fa179f8 /extranodes/init.lua | |
parent | 99090cd932436a1190994eaf05af45effc3a8cde (diff) | |
parent | df5cb9076e30ff337b53d4c38500eff27bb68528 (diff) |
Merge branch 'plastic_blocks'
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") |