diff --git a/mods/moontest/nodes.lua b/mods/moontest/nodes.lua index e891d116..cf482f7a 100644 --- a/mods/moontest/nodes.lua +++ b/mods/moontest/nodes.lua @@ -108,17 +108,17 @@ minetest.register_node("moontest:waterice", { minetest.register_node("moontest:hlflowing", { description = "Flowing Hydroponic Liquid", - inventory_image = minetest.inventorycube("moontest_hl2.png"), + inventory_image = minetest.inventorycube("moontest_hl.png"), drawtype = "flowingliquid", - tiles = {"moontest_hl2.png"}, + tiles = {"moontest_hl.png"}, special_tiles = { { - image="moontest_hlflowing_animated2.png", + image="moontest_hlflowing_animated.png", backface_culling=false, animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=2} }, { - image="moontest_hlflowing_animated2.png", + image="moontest_hlflowing_animated.png", backface_culling=true, animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=2} }, @@ -139,19 +139,19 @@ minetest.register_node("moontest:hlflowing", { minetest.register_node("moontest:hlsource", { description = "Hydroponic Liquid Source", - inventory_image = minetest.inventorycube("moontest_hl2.png"), + inventory_image = minetest.inventorycube("moontest_hl.png"), drawtype = "liquid", tiles = { - {name="moontest_hlflowing_animated2.png", animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=2.0}} + {name="moontest_hlflowing_animated.png", animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=2.0}} }, special_tiles = { { - image="moontest_hlflowing_animated2.png", + image="moontest_hlflowing_animated.png", backface_culling=false, animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=2} }, { - image="moontest_hlflowing_animated2.png", + image="moontest_hlflowing_animated.png", backface_culling=true, animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=2} }, diff --git a/mods/moontest/textures/moontest_hl.png b/mods/moontest/textures/moontest_hl.png index 01805595..69815407 100644 Binary files a/mods/moontest/textures/moontest_hl.png and b/mods/moontest/textures/moontest_hl.png differ diff --git a/mods/moontest/textures/moontest_hl2.png b/mods/moontest/textures/moontest_hl2.png deleted file mode 100644 index 69815407..00000000 Binary files a/mods/moontest/textures/moontest_hl2.png and /dev/null differ diff --git a/mods/moontest/textures/moontest_hlflowing_animated.png b/mods/moontest/textures/moontest_hlflowing_animated.png index 469dcf51..db2e37b6 100644 Binary files a/mods/moontest/textures/moontest_hlflowing_animated.png and b/mods/moontest/textures/moontest_hlflowing_animated.png differ diff --git a/mods/moontest/textures/moontest_hlflowing_animated2.png b/mods/moontest/textures/moontest_hlflowing_animated2.png deleted file mode 100644 index db2e37b6..00000000 Binary files a/mods/moontest/textures/moontest_hlflowing_animated2.png and /dev/null differ