diff --git a/energy_storage/turbine.lua b/energy_storage/turbine.lua index 3231639..5109491 100644 --- a/energy_storage/turbine.lua +++ b/energy_storage/turbine.lua @@ -62,7 +62,7 @@ minetest.register_node("techage:ta4_turbine", { "techage_filling_ta4.png^techage_frame_ta4.png", "techage_filling_ta4.png^techage_appl_open.png^techage_frame_ta4.png", "techage_filling_ta4.png^techage_frame_ta4.png^techage_appl_hole_pipe.png", - "techage_filling_ta4.png^techage_appl_turbine.png^techage_frame_ta4.png", + "techage_filling_ta4.png^techage_appl_turbine.png^techage_frame_ta4.png^[transformFX", "techage_filling_ta4.png^techage_appl_turbine.png^techage_frame_ta4.png", }, @@ -92,7 +92,7 @@ minetest.register_node("techage:ta4_turbine_on", { "techage_filling_ta4.png^techage_appl_open.png^techage_frame_ta4.png", "techage_filling_ta4.png^techage_frame_ta4.png^techage_appl_hole_pipe.png", { - image = "techage_filling4_ta4.png^techage_appl_turbine4.png^techage_frame4_ta4.png", + image = "techage_filling4_ta4.png^techage_appl_turbine4.png^techage_frame4_ta4.png^[transformFX", backface_culling = false, animation = { type = "vertical_frames", diff --git a/fusion_reactor/turbine.lua b/fusion_reactor/turbine.lua index 4703304..ec98b82 100644 --- a/fusion_reactor/turbine.lua +++ b/fusion_reactor/turbine.lua @@ -62,7 +62,7 @@ minetest.register_node("techage:ta5_turbine", { "techage_filling_ta4.png^techage_frame_ta4_bottom.png", "techage_filling_ta4.png^techage_appl_open.png^techage_frame_ta5.png", "techage_filling_ta4.png^techage_frame_ta5.png^techage_appl_hole_pipe.png", - "techage_filling_ta4.png^techage_appl_turbine.png^techage_frame_ta5.png", + "techage_filling_ta4.png^techage_appl_turbine.png^techage_frame_ta5.png^[transformFX", "techage_filling_ta4.png^techage_appl_turbine.png^techage_frame_ta5.png", }, @@ -92,7 +92,7 @@ minetest.register_node("techage:ta5_turbine_on", { "techage_filling_ta4.png^techage_appl_open.png^techage_frame_ta5.png", "techage_filling_ta4.png^techage_frame_ta5.png^techage_appl_hole_pipe.png", { - image = "techage_filling4_ta4.png^techage_appl_turbine4.png^techage_frame4_ta5.png", + image = "techage_filling4_ta4.png^techage_appl_turbine4.png^techage_frame4_ta5.png^[transformFX", backface_culling = false, animation = { type = "vertical_frames",