diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-07-04 02:58:44 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-07-04 02:58:44 -0400 |
commit | 7d8be5ddf0c716150e6fed5d4ef3fa79412749fa (patch) | |
tree | 6c9808d6b4309c3a0116b6fc579ac56b1ca728c6 /init.lua | |
parent | 7e7ddd9c951745e6e34fa7d1eb2f7683be192e78 (diff) |
got rid of oldpipes.lua
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -8,10 +8,6 @@ -- License: WTFPL -- --- Un-comment the following dofile line to re-enable the old pipe nodes. --- dofile(minetest.get_modpath("pipeworks").."/oldpipes.lua") --- - minetest.register_alias("pipeworks:pipe", "pipeworks:pipe_110000_empty") local DEBUG = false local CYCLIC = true |