From 14102d7c3ad8f7e4aef271294a74c28e7e851bc2 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sat, 5 Jan 2013 21:14:09 -0500 Subject: made storage tanks connect from top/bottom, made storage tank and pipe textures use the ^ combine operator so they can show the actual liquid going through the pipes/tanks. --- devices.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devices.lua') diff --git a/devices.lua b/devices.lua index 577979e..9d6a6d8 100644 --- a/devices.lua +++ b/devices.lua @@ -291,7 +291,7 @@ for fill = 0, 10 do "pipeworks_storage_tank_back.png", "pipeworks_storage_tank_back.png", "pipeworks_storage_tank_back.png", - "pipeworks_storage_tank_front_"..fill..".png" + pipeworks_liquid_texture.."^pipeworks_storage_tank_front_"..fill..".png" }, paramtype = "light", paramtype2 = "facedir", @@ -316,12 +316,12 @@ for fill = 0, 10 do minetest.register_node("pipeworks:storage_tank_"..fill, { description = "Fluid Storage Tank ("..filldesc..")", tiles = { + "pipeworks_storage_tank_fittings.png", "pipeworks_storage_tank_fittings.png", "pipeworks_storage_tank_back.png", "pipeworks_storage_tank_back.png", "pipeworks_storage_tank_back.png", - "pipeworks_storage_tank_back.png", - "pipeworks_storage_tank_front_"..fill..".png" + pipeworks_liquid_texture.."^pipeworks_storage_tank_front_"..fill..".png" }, paramtype = "light", paramtype2 = "facedir", -- cgit v1.2.3