summaryrefslogtreecommitdiff
path: root/pipeworks
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-11-11 00:23:13 -0500
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-11-11 00:23:13 -0500
commit1d0f113f4c5afcf8479973f2e01786fb9a1fbbb7 (patch)
tree95ca67968cf2d047acfe65b8b7a73c6b735eef1e /pipeworks
parent8a6997ade0c45b903f343f0678d7afee648d9d16 (diff)
downloaddreambuilder_modpack-1d0f113f4c5afcf8479973f2e01786fb9a1fbbb7.tar
dreambuilder_modpack-1d0f113f4c5afcf8479973f2e01786fb9a1fbbb7.tar.gz
dreambuilder_modpack-1d0f113f4c5afcf8479973f2e01786fb9a1fbbb7.tar.bz2
dreambuilder_modpack-1d0f113f4c5afcf8479973f2e01786fb9a1fbbb7.tar.xz
dreambuilder_modpack-1d0f113f4c5afcf8479973f2e01786fb9a1fbbb7.zip
update pipeworks
Diffstat (limited to 'pipeworks')
-rw-r--r--pipeworks/pipes.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/pipeworks/pipes.lua b/pipeworks/pipes.lua
index 3132b65..82fadb1 100644
--- a/pipeworks/pipes.lua
+++ b/pipeworks/pipes.lua
@@ -36,12 +36,10 @@ for index, connects in ipairs(cconnects) do
local pgroups = {snappy = 3, pipe = 1, not_in_creative_inventory = 1}
local pipedesc = "Pipe segement".." "..dump(connects).."... You hacker, you."
- local image = nil
if #connects == 0 then
pgroups = {snappy = 3, tube = 1}
pipedesc = "Pipe segment"
- image = "pipeworks_pipe_inv.png"
end
local outimg_e = { "pipeworks_pipe_plain.png" }
@@ -64,8 +62,6 @@ for index, connects in ipairs(cconnects) do
mesh = mesh,
tiles = outimg_e,
sunlight_propagates = true,
- inventory_image = image,
- wield_image = image,
paramtype = "light",
paramtype2 = "facedir",
selection_box = {
@@ -138,8 +134,6 @@ if REGISTER_COMPATIBILITY then
drawtype = "airlike",
sunlight_propagates = true,
paramtype = "light",
- inventory_image = "pipeworks_pipe_inv.png",
- wield_image = "pipeworks_pipe_inv.png",
description = "Pipe Segment (legacy)",
groups = {not_in_creative_inventory = 1, pipe_to_update = 1},
drop = "pipeworks:pipe_1_empty",
@@ -153,7 +147,6 @@ if REGISTER_COMPATIBILITY then
drawtype = "airlike",
sunlight_propagates = true,
paramtype = "light",
- inventory_image = "pipeworks_pipe_inv.png",
groups = {not_in_creative_inventory = 1, pipe_to_update = 1},
drop = "pipeworks:pipe_1_empty",
after_place_node = function(pos)