From c8b103938b3dbe607794f9418d509c0c6377e42a Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Wed, 5 Apr 2017 03:40:16 -0400 Subject: update pipeworks --- pipeworks/routing_tubes.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pipeworks/routing_tubes.lua') diff --git a/pipeworks/routing_tubes.lua b/pipeworks/routing_tubes.lua index 17a3f79..fa5cefe 100644 --- a/pipeworks/routing_tubes.lua +++ b/pipeworks/routing_tubes.lua @@ -1,3 +1,4 @@ + -- the default tube and default textures pipeworks.register_tube("pipeworks:tube", "Pneumatic tube segment") minetest.register_craft( { @@ -11,11 +12,10 @@ minetest.register_craft( { pipeworks.register_tube("pipeworks:broken_tube", { description = "Broken Tube (you hacker you)", - inventory_image = "pipeworks_tube_broken_inv.png", - plain = { { name = "pipeworks_tube_broken_plain.png", color = nodecolor, backface_culling = false } }, - noctr = { { name = "pipeworks_tube_broken_plain.png", color = nodecolor, backface_culling = false } }, - ends = { { name = "pipeworks_tube_broken_end.png", color = nodecolor } }, - short = { name = "pipeworks_tube_broken_short.png", color = nodecolor }, + plain = { { name = "pipeworks_broken_tube_plain.png", backface_culling = false, color = nodecolor } }, + noctr = { { name = "pipeworks_broken_tube_plain.png", backface_culling = false, color = nodecolor } }, + ends = { { name = "pipeworks_broken_tube_end.png", color = nodecolor } }, + short = { name = "pipeworks_broken_tube_short.png", color = nodecolor }, node_def = { drop = "pipeworks:tube_1", groups = {not_in_creative_inventory = 1, tubedevice_receiver = 1}, -- cgit v1.2.3