Fix broken compatibility with HDX

Hydroponic Liquid textures were incompatibly named for use with HDX.
This commit is contained in:
HeroOfTheWinds 2014-05-20 10:54:26 -10:00
parent fd40a0e26e
commit e3002ae56c
5 changed files with 8 additions and 8 deletions

View file

@ -108,17 +108,17 @@ minetest.register_node("moontest:waterice", {
minetest.register_node("moontest:hlflowing", { minetest.register_node("moontest:hlflowing", {
description = "Flowing Hydroponic Liquid", description = "Flowing Hydroponic Liquid",
inventory_image = minetest.inventorycube("moontest_hl2.png"), inventory_image = minetest.inventorycube("moontest_hl.png"),
drawtype = "flowingliquid", drawtype = "flowingliquid",
tiles = {"moontest_hl2.png"}, tiles = {"moontest_hl.png"},
special_tiles = { special_tiles = {
{ {
image="moontest_hlflowing_animated2.png", image="moontest_hlflowing_animated.png",
backface_culling=false, backface_culling=false,
animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=2} 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, backface_culling=true,
animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=2} 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", { minetest.register_node("moontest:hlsource", {
description = "Hydroponic Liquid Source", description = "Hydroponic Liquid Source",
inventory_image = minetest.inventorycube("moontest_hl2.png"), inventory_image = minetest.inventorycube("moontest_hl.png"),
drawtype = "liquid", drawtype = "liquid",
tiles = { 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 = { special_tiles = {
{ {
image="moontest_hlflowing_animated2.png", image="moontest_hlflowing_animated.png",
backface_culling=false, backface_culling=false,
animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=2} 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, backface_culling=true,
animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=2} animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=2}
}, },

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

After

Width:  |  Height:  |  Size: 500 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 500 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 B

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB