1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 23:00:49 +02:00

remove a bunch of useless metadata and settings

("pipelike" everywhere, but it isn't used for anything)
This commit is contained in:
Vanessa Ezekowitz
2013-07-04 03:12:45 -04:00
parent 7d8be5ddf0
commit 2f843fdd76
3 changed files with 0 additions and 77 deletions

View File

@ -310,11 +310,6 @@ for zp = 0, 1 do
sounds = default.node_sound_wood_defaults(),
walkable = true,
drop = "pipeworks:pipe_110000_empty",
pipelike=1,
on_construct = function(pos)
local meta = minetest.get_meta(pos)
meta:set_int("pipelike",1)
end,
after_place_node = function(pos)
pipe_scanforobjects(pos)
end,
@ -342,11 +337,6 @@ for zp = 0, 1 do
sounds = default.node_sound_wood_defaults(),
walkable = true,
drop = "pipeworks:pipe_110000_empty",
pipelike=1,
on_construct = function(pos)
local meta = minetest.get_meta(pos)
meta:set_int("pipelike",1)
end,
after_place_node = function(pos)
pipe_scanforobjects(pos)
end,