diff --git a/move_controller/movecontroller.lua b/move_controller/movecontroller.lua index 4aa2b6e..d95a6ee 100644 --- a/move_controller/movecontroller.lua +++ b/move_controller/movecontroller.lua @@ -299,7 +299,7 @@ minetest.register_node("techage:moveblock", { description = "Techage Invisible Move Block", drawtype = "glasslike_framed_optional", inventory_image = 'techage_inv_invisible.png', - tiles = {"techage_invisible.png"}, + tiles = {"blank.png"}, selection_box = { type = "fixed", fixed = { diff --git a/ta1_watermill/watermill.lua b/ta1_watermill/watermill.lua index e546f4b..e1673a4 100644 --- a/ta1_watermill/watermill.lua +++ b/ta1_watermill/watermill.lua @@ -293,7 +293,7 @@ minetest.register_entity("techage:ta1_watermill_entity", { minetest.register_node("techage:water_stop", { description = "Water Stop", drawtype = "glasslike_framed_optional", - tiles = {"techage_invisible.png"}, + tiles = {"blank.png"}, inventory_image = 'techage_invisible_inv.png', use_texture_alpha = "blend", diff --git a/textures/techage_invisible.png b/textures/techage_invisible.png deleted file mode 100644 index d06b83f..0000000 Binary files a/textures/techage_invisible.png and /dev/null differ