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

added a "sealed" entry/exit panel (really just a horizontal pipe with a metal

panel overlayed into the middle).   Also, tweaked pipes to always drop the
empty ones.
This commit is contained in:
Vanessa Ezekowitz
2013-01-01 16:30:21 -05:00
parent 6cca6f9857
commit 1a562d23a8
3 changed files with 69 additions and 1 deletions

View File

@ -121,6 +121,10 @@ spigot_bottomstub = {
{ -8/64, -16/64, -3/64, 8/64, -14/64, 3/64 }
}
entry_panel = {
{ -8/16, -8/16, -1/16, 8/16, 8/16, 1/16 }
}
-- Functions
dbg = function(s)
@ -307,7 +311,7 @@ for zp = 0, 1 do
sounds = default.node_sound_wood_defaults(),
walkable = true,
stack_max = 99,
drop = "pipeworks:pipe_110000_loaded",
drop = "pipeworks:pipe_110000_empty",
pipelike=1,
on_construct = function(pos)
local meta = minetest.env:get_meta(pos)