From: Vanessa Ezekowitz Date: Wed, 2 Jan 2013 03:44:30 +0000 (-0500) Subject: Minor tweak to fix a bug in the spigot texture ordering X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=ae5a2836852b6b7a6446aa0353e5eb387127eed9;p=zefram%2Fminetest%2Fpipeworks.git Minor tweak to fix a bug in the spigot texture ordering --- diff --git a/devices.lua b/devices.lua index 549c643..d880498 100644 --- a/devices.lua +++ b/devices.lua @@ -182,8 +182,8 @@ minetest.register_node("pipeworks:spigot", { "pipeworks_spigot_sides.png", "pipeworks_pipe_end_empty.png", "pipeworks_spigot_sides.png", - "pipeworks_pipe_end_empty.png", "pipeworks_spigot_sides.png", + "pipeworks_pipe_end_empty.png", "pipeworks_spigot_sides.png" }, paramtype = "light",