summaryrefslogtreecommitdiff
path: root/pipes.lua
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2014-01-01 13:26:25 -0500
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2014-01-01 13:26:25 -0500
commit82f5ba09fe5a5ab8e9959b30e7d15fcc385a5a3f (patch)
tree9f6fca665ad4369c77767253ff9d2bd4905c8e08 /pipes.lua
parentf700aa8531d4a4473169286eb4203dc5b9094c6a (diff)
downloadpipeworks-82f5ba09fe5a5ab8e9959b30e7d15fcc385a5a3f.tar
pipeworks-82f5ba09fe5a5ab8e9959b30e7d15fcc385a5a3f.tar.gz
pipeworks-82f5ba09fe5a5ab8e9959b30e7d15fcc385a5a3f.tar.bz2
pipeworks-82f5ba09fe5a5ab8e9959b30e7d15fcc385a5a3f.tar.xz
pipeworks-82f5ba09fe5a5ab8e9959b30e7d15fcc385a5a3f.zip
fix tube and pipe drops
Diffstat (limited to 'pipes.lua')
-rw-r--r--pipes.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/pipes.lua b/pipes.lua
index bc0a1e7..dab3982 100644
--- a/pipes.lua
+++ b/pipes.lua
@@ -128,10 +128,12 @@ if REGISTER_COMPATIBILITY then
minetest.register_node(cempty, {
drawtype = "airlike",
groups = {not_in_creative_inventory = 1, pipe_to_update = 1},
+ drop = "pipeworks:pipe_1_empty",
})
minetest.register_node(cloaded, {
drawtype = "airlike",
groups = {not_in_creative_inventory = 1, pipe_to_update = 1},
+ drop = "pipeworks:pipe_1_empty",
})
for xm = 0, 1 do
for xp = 0, 1 do