diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-29 00:32:39 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-29 00:32:39 +0300 |
commit | 6d0d9081099ce6a36e0db0c7ddebeb768a9d618f (patch) | |
tree | 9995e2b9d9044bf5b1385b9b4a275ae90ae54283 /extranodes/init.lua | |
parent | 8e9a0a8a9ad7a318ed841e12b610625adc7779e5 (diff) |
colorable plastic nodes
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") |