From dc5617db896b0feef8b7a4935a693af7fb4a9d97 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 1 Jan 2013 18:00:16 -0500 Subject: changed default orientation of spigot to make it easier to place. --- devices.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devices.lua') diff --git a/devices.lua b/devices.lua index fadba09..549c643 100644 --- a/devices.lua +++ b/devices.lua @@ -171,7 +171,7 @@ minetest.register_node("pipeworks:grating", { -- outlet spigot local spigotboxes = {} - pipe_addbox(spigotboxes, pipe_leftstub) + pipe_addbox(spigotboxes, pipe_backstub) pipe_addbox(spigotboxes, spigot_bottomstub) pipe_addbox(spigotboxes, pipe_bendsphere) @@ -209,7 +209,7 @@ minetest.register_node("pipeworks:spigot", { }, selection_box = { type = "fixed", - fixed = { -8/16, -6/16, -2/16, 2/16, 2/16, 2/16 } + fixed = { -2/16, -6/16, -2/16, 2/16, 2/16, 8/16 } } }) -- cgit v1.2.3