From 82f5ba09fe5a5ab8e9959b30e7d15fcc385a5a3f Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Wed, 1 Jan 2014 13:26:25 -0500 Subject: fix tube and pipe drops --- pipes.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pipes.lua') 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 -- cgit v1.2.3