From b2ad9f3058bd5c8a9fa2572aafebf4f7f01cd42e Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Fri, 7 Apr 2023 10:51:33 +0200 Subject: [PATCH] Fix use of deprecated field name in some tile definitions #12 --- basic_machines/autocrafter.lua | 6 +++--- basic_machines/consumer.lua | 2 +- basic_machines/distributor.lua | 2 +- basic_machines/electronic_fab.lua | 4 ++-- basic_machines/forceload.lua | 4 ++-- basic_machines/gravelrinser.lua | 2 +- basic_machines/gravelsieve.lua | 2 +- basic_machines/grinder.lua | 2 +- basic_machines/liquidsampler.lua | 2 +- basic_machines/pusher.lua | 4 ++-- basic_machines/quarry.lua | 2 +- basic_machines/recycler.lua | 2 +- basic_machines/ta4_injector.lua | 4 ++-- chemistry/ta4_doser.lua | 2 +- coal_power_station/cooler.lua | 8 ++++---- coal_power_station/firebox.lua | 2 +- coal_power_station/generator.lua | 4 ++-- coal_power_station/turbine.lua | 4 ++-- collider/cooler.lua | 4 ++-- energy_storage/generator.lua | 4 ++-- energy_storage/turbine.lua | 4 ++-- furnace/booster.lua | 4 ++-- furnace/firebox.lua | 2 +- fusion_reactor/controller.lua | 4 ++-- fusion_reactor/generator.lua | 4 ++-- fusion_reactor/ta5_pump.lua | 4 ++-- fusion_reactor/turbine.lua | 4 ++-- hydrogen/electrolyzer.lua | 4 ++-- hydrogen/fuelcell.lua | 4 ++-- iron_age/meltingpot.lua | 2 +- liquids/pump.lua | 8 ++++---- lua_controller/server.lua | 4 ++-- oil/explore.lua | 2 +- oil/pumpjack.lua | 4 ++-- oil/reboiler.lua | 4 ++-- power/drive_axle.lua | 12 ++++++------ power/gearbox.lua | 2 +- steam_engine/cylinder.lua | 4 ++-- steam_engine/firebox.lua | 2 +- steam_engine/flywheel.lua | 6 +++--- ta3_power/axle2power.lua | 6 +++--- ta3_power/power2axle.lua | 6 +++--- ta3_power/tiny_generator.lua | 4 ++-- 43 files changed, 83 insertions(+), 83 deletions(-) diff --git a/basic_machines/autocrafter.lua b/basic_machines/autocrafter.lua index 8402c4e..8fd225b 100644 --- a/basic_machines/autocrafter.lua +++ b/basic_machines/autocrafter.lua @@ -373,7 +373,7 @@ tiles.pas = { tiles.act = { -- up, down, right, left, back, front { - image = "techage_filling4_ta#.png^techage_appl_autocrafter4.png^techage_frame4_ta#_top.png", + name = "techage_filling4_ta#.png^techage_appl_autocrafter4.png^techage_frame4_ta#_top.png", backface_culling = false, animation = { type = "vertical_frames", @@ -386,7 +386,7 @@ tiles.act = { "techage_filling_ta#.png^techage_frame_ta#.png^techage_appl_outp.png", "techage_filling_ta#.png^techage_frame_ta#.png^techage_appl_inp.png", { - image = "techage_filling4_ta#.png^techage_appl_autocrafter4.png^techage_frame4_ta#.png", + name = "techage_filling4_ta#.png^techage_appl_autocrafter4.png^techage_frame4_ta#.png", backface_culling = false, animation = { type = "vertical_frames", @@ -396,7 +396,7 @@ tiles.act = { }, }, { - image = "techage_filling4_ta#.png^techage_appl_autocrafter4.png^techage_frame4_ta#.png", + name = "techage_filling4_ta#.png^techage_appl_autocrafter4.png^techage_frame4_ta#.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/basic_machines/consumer.lua b/basic_machines/consumer.lua index 1268d6e..ecfea15 100644 --- a/basic_machines/consumer.lua +++ b/basic_machines/consumer.lua @@ -104,7 +104,7 @@ local function prepare_tiles(tiles, stage, power_png) tbl[#tbl+1] = item:gsub("#", stage):gsub("{power}", power_png):gsub("@@", '#') else local temp = table.copy(item) - temp.image = temp.image:gsub("#", stage):gsub("{power}", power_png):gsub("@@", '#') + temp.name = temp.name:gsub("#", stage):gsub("{power}", power_png):gsub("@@", '#') tbl[#tbl+1] = temp end end diff --git a/basic_machines/distributor.lua b/basic_machines/distributor.lua index 44785e9..fc644a1 100644 --- a/basic_machines/distributor.lua +++ b/basic_machines/distributor.lua @@ -475,7 +475,7 @@ local get_tiles = function(is_hp) tiles.act = { -- up, down, right, left, back, front { - image = "techage_filling4_ta#.png^techage_appl_distri4.png^techage_frame4_ta#_top"..variant..".png^techage_appl_color_top4.png", + name = "techage_filling4_ta#.png^techage_appl_distri4.png^techage_frame4_ta#_top"..variant..".png^techage_appl_color_top4.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/basic_machines/electronic_fab.lua b/basic_machines/electronic_fab.lua index 6084643..dfeb7f4 100644 --- a/basic_machines/electronic_fab.lua +++ b/basic_machines/electronic_fab.lua @@ -152,7 +152,7 @@ tiles.act = { "techage_filling_ta#.png^techage_frame_ta#.png^techage_appl_outp.png", "techage_filling_ta#.png^techage_frame_ta#.png^techage_appl_inp.png", { - image = "techage_filling4_ta#.png^techage_appl_electronic_fab4.png^techage_frame4_ta#.png", + name = "techage_filling4_ta#.png^techage_appl_electronic_fab4.png^techage_frame4_ta#.png", backface_culling = false, animation = { type = "vertical_frames", @@ -162,7 +162,7 @@ tiles.act = { }, }, { - image = "techage_filling4_ta#.png^techage_appl_electronic_fab4.png^techage_frame4_ta#.png", + name = "techage_filling4_ta#.png^techage_appl_electronic_fab4.png^techage_frame4_ta#.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/basic_machines/forceload.lua b/basic_machines/forceload.lua index 3d7d039..bd8a09d 100644 --- a/basic_machines/forceload.lua +++ b/basic_machines/forceload.lua @@ -186,7 +186,7 @@ minetest.register_node("techage:forceload", { 'techage_filling_ta2.png^techage_frame_ta2_top.png', 'techage_filling_ta2.png^techage_frame_ta2_top.png', { - image = "techage_filling_ta2.png^techage_frame_ta2_top.png^techage_appl_forceload.png", + name = "techage_filling_ta2.png^techage_frame_ta2_top.png^techage_appl_forceload.png", backface_culling = false, animation = { type = "vertical_frames", @@ -217,7 +217,7 @@ minetest.register_node("techage:forceloadtile", { tiles = { -- up, down, right, left, back, front { - image = "techage_filling_ta2.png^techage_frame_ta2_top.png^techage_appl_forceload.png", + name = "techage_filling_ta2.png^techage_frame_ta2_top.png^techage_appl_forceload.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/basic_machines/gravelrinser.lua b/basic_machines/gravelrinser.lua index 43ef7b9..4b9d3e4 100644 --- a/basic_machines/gravelrinser.lua +++ b/basic_machines/gravelrinser.lua @@ -207,7 +207,7 @@ tiles.pas = { tiles.act = { -- up, down, right, left, back, front { - image = "techage_appl_rinser4_top.png^techage_frame4_ta#_top.png", + name = "techage_appl_rinser4_top.png^techage_frame4_ta#_top.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/basic_machines/gravelsieve.lua b/basic_machines/gravelsieve.lua index f12c581..4bbe0ac 100644 --- a/basic_machines/gravelsieve.lua +++ b/basic_machines/gravelsieve.lua @@ -133,7 +133,7 @@ tiles.pas = { tiles.act = { -- up, down, right, left, back, front { - image = "techage_appl_sieve4_top.png^techage_frame4_ta#_top.png", + name = "techage_appl_sieve4_top.png^techage_frame4_ta#_top.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/basic_machines/grinder.lua b/basic_machines/grinder.lua index 77bbe8d..4d390f4 100644 --- a/basic_machines/grinder.lua +++ b/basic_machines/grinder.lua @@ -167,7 +167,7 @@ tiles.pas = { tiles.act = { -- up, down, right, left, back, front { - image = "techage_appl_grinder4.png^techage_frame4_ta#_top.png", + name = "techage_appl_grinder4.png^techage_frame4_ta#_top.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/basic_machines/liquidsampler.lua b/basic_machines/liquidsampler.lua index 4467a18..1218822 100644 --- a/basic_machines/liquidsampler.lua +++ b/basic_machines/liquidsampler.lua @@ -136,7 +136,7 @@ tiles.act = { "techage_filling_ta#.png^techage_frame_ta#.png^techage_appl_outp.png", "techage_filling_ta#.png^techage_frame_ta#.png^techage_appl_inp.png", { - image = "techage_filling4_ta#.png^techage_liquidsampler4.png^techage_frame4_ta#.png", + name = "techage_filling4_ta#.png^techage_liquidsampler4.png^techage_frame4_ta#.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/basic_machines/pusher.lua b/basic_machines/pusher.lua index 6348441..4f2c3fb 100644 --- a/basic_machines/pusher.lua +++ b/basic_machines/pusher.lua @@ -283,7 +283,7 @@ tiles.act = { "techage_filling_ta#.png^techage_frame_ta#.png^techage_appl_outp.png", "techage_filling_ta#.png^techage_frame_ta#.png^techage_appl_inp.png", { - image = "techage_appl_pusher14.png^[transformR180]^techage_frame14_ta#.png", + name = "techage_appl_pusher14.png^[transformR180]^techage_frame14_ta#.png", backface_culling = false, animation = { type = "vertical_frames", @@ -293,7 +293,7 @@ tiles.act = { }, }, { - image = "techage_appl_pusher14.png^techage_frame14_ta#.png", + name = "techage_appl_pusher14.png^techage_frame14_ta#.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/basic_machines/quarry.lua b/basic_machines/quarry.lua index 71530ec..446de64 100644 --- a/basic_machines/quarry.lua +++ b/basic_machines/quarry.lua @@ -328,7 +328,7 @@ tiles.act = { "techage_filling_ta#.png^techage_frame_ta#.png", "techage_filling_ta#.png^techage_frame_ta#.png^techage_appl_outp.png", { - image = "techage_frame14_ta#.png^techage_quarry_left14.png", + name = "techage_frame14_ta#.png^techage_quarry_left14.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/basic_machines/recycler.lua b/basic_machines/recycler.lua index 5e82e49..0bdfbf4 100644 --- a/basic_machines/recycler.lua +++ b/basic_machines/recycler.lua @@ -193,7 +193,7 @@ tiles.pas = { tiles.act = { -- up, down, right, left, back, front { - image = "techage_appl_grinder4.png^[colorize:@@000000:100^techage_frame4_ta#_top.png", + name = "techage_appl_grinder4.png^[colorize:@@000000:100^techage_frame4_ta#_top.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/basic_machines/ta4_injector.lua b/basic_machines/ta4_injector.lua index e08bfd0..f334d34 100644 --- a/basic_machines/ta4_injector.lua +++ b/basic_machines/ta4_injector.lua @@ -211,7 +211,7 @@ tiles.act = { "techage_filling_ta#.png^techage_frame_ta#.png^techage_appl_outp.png", "techage_filling_ta#.png^techage_frame_ta#.png^techage_appl_inp.png", { - image = "techage_appl_pusher14.png^[transformR180]^techage_frame14_ta#.png^techage_appl_injector14.png", + name = "techage_appl_pusher14.png^[transformR180]^techage_frame14_ta#.png^techage_appl_injector14.png", backface_culling = false, animation = { type = "vertical_frames", @@ -221,7 +221,7 @@ tiles.act = { }, }, { - image = "techage_appl_pusher14.png^techage_frame14_ta#.png^techage_appl_injector14.png", + name = "techage_appl_pusher14.png^techage_frame14_ta#.png^techage_appl_injector14.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/chemistry/ta4_doser.lua b/chemistry/ta4_doser.lua index 8cb9009..d2c05db 100644 --- a/chemistry/ta4_doser.lua +++ b/chemistry/ta4_doser.lua @@ -331,7 +331,7 @@ minetest.register_node("techage:ta4_doser_on", { "techage_filling_ta4.png^techage_frame_ta4_top.png^techage_appl_hole_pipe.png", "techage_filling_ta4.png^techage_frame_ta4.png", { - image = "techage_filling8_ta4.png^techage_frame8_ta4.png^techage_appl_pump_up8.png", + name = "techage_filling8_ta4.png^techage_frame8_ta4.png^techage_appl_pump_up8.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/coal_power_station/cooler.lua b/coal_power_station/cooler.lua index 3cb2aae..31e9585 100644 --- a/coal_power_station/cooler.lua +++ b/coal_power_station/cooler.lua @@ -37,7 +37,7 @@ minetest.register_node("techage:cooler", { tiles = { -- up, down, right, left, back, front { - image = "techage_filling4_ta3.png^techage_appl_cooler4.png^techage_frame4_ta3.png", + name = "techage_filling4_ta3.png^techage_appl_cooler4.png^techage_frame4_ta3.png", backface_culling = false, animation = { type = "vertical_frames", @@ -47,7 +47,7 @@ minetest.register_node("techage:cooler", { }, }, { - image = "techage_filling4_ta3.png^techage_appl_cooler4.png^techage_frame4_ta3.png", + name = "techage_filling4_ta3.png^techage_appl_cooler4.png^techage_frame4_ta3.png", backface_culling = false, animation = { type = "vertical_frames", @@ -78,7 +78,7 @@ minetest.register_node("techage:cooler_on", { tiles = { -- up, down, right, left, back, front { - image = "techage_filling4_ta3.png^techage_appl_cooler4.png^techage_frame4_ta3.png", + name = "techage_filling4_ta3.png^techage_appl_cooler4.png^techage_frame4_ta3.png", backface_culling = false, animation = { type = "vertical_frames", @@ -88,7 +88,7 @@ minetest.register_node("techage:cooler_on", { }, }, { - image = "techage_filling4_ta3.png^techage_appl_cooler4.png^techage_frame4_ta3.png", + name = "techage_filling4_ta3.png^techage_appl_cooler4.png^techage_frame4_ta3.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/coal_power_station/firebox.lua b/coal_power_station/firebox.lua index ebf716f..e556883 100644 --- a/coal_power_station/firebox.lua +++ b/coal_power_station/firebox.lua @@ -149,7 +149,7 @@ minetest.register_node("techage:coalfirehole_on", { "techage_coal_boiler.png^[colorize:black:80", "techage_coal_boiler.png^[colorize:black:80", { - image = "techage_coal_boiler4.png^[colorize:black:80^techage_appl_firehole4.png", + name = "techage_coal_boiler4.png^[colorize:black:80^techage_appl_firehole4.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/coal_power_station/generator.lua b/coal_power_station/generator.lua index fae05de..34a7e28 100644 --- a/coal_power_station/generator.lua +++ b/coal_power_station/generator.lua @@ -170,7 +170,7 @@ minetest.register_node("techage:generator_on", { "techage_filling_ta3.png^techage_appl_hole_electric.png^techage_frame_ta3.png", "techage_filling_ta3.png^techage_appl_open.png^techage_frame_ta3.png", { - image = "techage_filling4_ta3.png^techage_appl_generator4.png^techage_frame4_ta3.png", + name = "techage_filling4_ta3.png^techage_appl_generator4.png^techage_frame4_ta3.png", backface_culling = false, animation = { type = "vertical_frames", @@ -180,7 +180,7 @@ minetest.register_node("techage:generator_on", { }, }, { - image = "techage_filling4_ta3.png^techage_appl_generator4.png^[transformFX]^techage_frame4_ta3.png", + name = "techage_filling4_ta3.png^techage_appl_generator4.png^[transformFX]^techage_frame4_ta3.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/coal_power_station/turbine.lua b/coal_power_station/turbine.lua index a516a95..9f697d2 100644 --- a/coal_power_station/turbine.lua +++ b/coal_power_station/turbine.lua @@ -105,7 +105,7 @@ minetest.register_node("techage:turbine_on", { "techage_filling_ta3.png^techage_appl_open.png^techage_frame_ta3.png", "techage_filling_ta3.png^techage_frame_ta3.png^techage_steam_hole.png", { - image = "techage_filling4_ta3.png^techage_appl_turbine4.png^techage_frame4_ta3.png^[transformFX", + name = "techage_filling4_ta3.png^techage_appl_turbine4.png^techage_frame4_ta3.png^[transformFX", backface_culling = false, animation = { type = "vertical_frames", @@ -115,7 +115,7 @@ minetest.register_node("techage:turbine_on", { }, }, { - image = "techage_filling4_ta3.png^techage_appl_turbine4.png^techage_frame4_ta3.png", + name = "techage_filling4_ta3.png^techage_appl_turbine4.png^techage_frame4_ta3.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/collider/cooler.lua b/collider/cooler.lua index e5f1871..7d4a37f 100644 --- a/collider/cooler.lua +++ b/collider/cooler.lua @@ -23,7 +23,7 @@ minetest.register_node("techage:ta4_collider_cooler", { tiles = { -- up, down, right, left, back, front { - image = "techage_appl_cooler4.png^techage_frame4_ta4_top.png", + name = "techage_appl_cooler4.png^techage_frame4_ta4_top.png", backface_culling = false, animation = { type = "vertical_frames", @@ -33,7 +33,7 @@ minetest.register_node("techage:ta4_collider_cooler", { }, }, { - image = "techage_appl_cooler4.png^techage_frame4_ta4_top.png", + name = "techage_appl_cooler4.png^techage_frame4_ta4_top.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/energy_storage/generator.lua b/energy_storage/generator.lua index 4621661..10ab0a7 100644 --- a/energy_storage/generator.lua +++ b/energy_storage/generator.lua @@ -66,7 +66,7 @@ minetest.register_node("techage:ta4_generator_on", { "techage_filling_ta4.png^techage_appl_hole_electric.png^techage_frame_ta4.png", "techage_filling_ta4.png^techage_appl_open.png^techage_frame_ta4.png", { - image = "techage_filling4_ta4.png^techage_appl_generator4.png^techage_frame4_ta4.png", + name = "techage_filling4_ta4.png^techage_appl_generator4.png^techage_frame4_ta4.png", backface_culling = false, animation = { type = "vertical_frames", @@ -76,7 +76,7 @@ minetest.register_node("techage:ta4_generator_on", { }, }, { - image = "techage_filling4_ta4.png^techage_appl_generator4.png^[transformFX]^techage_frame4_ta4.png", + name = "techage_filling4_ta4.png^techage_appl_generator4.png^[transformFX]^techage_frame4_ta4.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/energy_storage/turbine.lua b/energy_storage/turbine.lua index 5109491..3de46e7 100644 --- a/energy_storage/turbine.lua +++ b/energy_storage/turbine.lua @@ -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^[transformFX", + name = "techage_filling4_ta4.png^techage_appl_turbine4.png^techage_frame4_ta4.png^[transformFX", backface_culling = false, animation = { type = "vertical_frames", @@ -102,7 +102,7 @@ minetest.register_node("techage:ta4_turbine_on", { }, }, { - image = "techage_filling4_ta4.png^techage_appl_turbine4.png^techage_frame4_ta4.png", + name = "techage_filling4_ta4.png^techage_appl_turbine4.png^techage_frame4_ta4.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/furnace/booster.lua b/furnace/booster.lua index 123a442..87b1736 100644 --- a/furnace/booster.lua +++ b/furnace/booster.lua @@ -110,7 +110,7 @@ minetest.register_node("techage:ta3_booster_on", { "techage_filling_ta3.png^techage_appl_hole_pipe.png^techage_frame_ta3.png", "techage_filling_ta3.png^techage_appl_hole_electric.png^techage_frame_ta3.png", { - image = "techage_filling4_ta3.png^techage_appl_compressor4.png^techage_frame4_ta3.png", + name = "techage_filling4_ta3.png^techage_appl_compressor4.png^techage_frame4_ta3.png", backface_culling = false, animation = { type = "vertical_frames", @@ -120,7 +120,7 @@ minetest.register_node("techage:ta3_booster_on", { }, }, { - image = "techage_filling4_ta3.png^techage_appl_compressor4.png^[transformFX]^techage_frame4_ta3.png", + name = "techage_filling4_ta3.png^techage_appl_compressor4.png^[transformFX]^techage_frame4_ta3.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/furnace/firebox.lua b/furnace/firebox.lua index 03483bb..f4d54b6 100644 --- a/furnace/firebox.lua +++ b/furnace/firebox.lua @@ -127,7 +127,7 @@ minetest.register_node("techage:furnace_firebox_on", { "techage_concrete.png^techage_frame_ta3.png", "techage_concrete.png^techage_frame_ta3.png", { - image = "techage_concrete4.png^techage_appl_firehole4.png^techage_frame4_ta3.png", + name = "techage_concrete4.png^techage_appl_firehole4.png^techage_frame4_ta3.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/fusion_reactor/controller.lua b/fusion_reactor/controller.lua index cc6f9e5..31e9068 100644 --- a/fusion_reactor/controller.lua +++ b/fusion_reactor/controller.lua @@ -232,7 +232,7 @@ minetest.register_node("techage:ta5_fr_controller_act", { "techage_filling_ta4.png^techage_frame_ta5.png^techage_appl_hole_electric.png", "techage_filling_ta4.png^techage_frame_ta5.png^techage_appl_hole_electric.png", { - image = "techage_filling4_ta4.png^techage_appl_plasma4.png^techage_frame4_ta5.png", + name = "techage_filling4_ta4.png^techage_appl_plasma4.png^techage_frame4_ta5.png", backface_culling = false, animation = { type = "vertical_frames", @@ -242,7 +242,7 @@ minetest.register_node("techage:ta5_fr_controller_act", { }, }, { - image = "techage_filling4_ta4.png^techage_appl_plasma4.png^techage_frame4_ta5.png", + name = "techage_filling4_ta4.png^techage_appl_plasma4.png^techage_frame4_ta5.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/fusion_reactor/generator.lua b/fusion_reactor/generator.lua index cd78b5c..28b03b3 100644 --- a/fusion_reactor/generator.lua +++ b/fusion_reactor/generator.lua @@ -117,7 +117,7 @@ minetest.register_node("techage:ta5_generator_on", { "techage_filling_ta4.png^techage_appl_hole_electric.png^techage_frame_ta5.png", "techage_filling_ta4.png^techage_appl_open.png^techage_frame_ta5.png", { - image = "techage_filling4_ta4.png^techage_appl_generator4.png^techage_frame4_ta5.png", + name = "techage_filling4_ta4.png^techage_appl_generator4.png^techage_frame4_ta5.png", backface_culling = false, animation = { type = "vertical_frames", @@ -127,7 +127,7 @@ minetest.register_node("techage:ta5_generator_on", { }, }, { - image = "techage_filling4_ta4.png^techage_appl_generator4.png^[transformFX]^techage_frame4_ta5.png", + name = "techage_filling4_ta4.png^techage_appl_generator4.png^[transformFX]^techage_frame4_ta5.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/fusion_reactor/ta5_pump.lua b/fusion_reactor/ta5_pump.lua index a522bc3..f054f5c 100644 --- a/fusion_reactor/ta5_pump.lua +++ b/fusion_reactor/ta5_pump.lua @@ -113,7 +113,7 @@ local tiles_act = { "techage_filling_ta4.png^techage_appl_hole_ta5_pipe2.png^techage_frame_ta5.png", "techage_filling_ta4.png^techage_appl_hole_pipe.png^techage_frame_ta5.png", { - image = "techage_filling8_ta4.png^techage_appl_pump8.png^techage_frame8_ta5.png^[transformFX", + name = "techage_filling8_ta4.png^techage_appl_pump8.png^techage_frame8_ta5.png^[transformFX", backface_culling = false, animation = { type = "vertical_frames", @@ -123,7 +123,7 @@ local tiles_act = { }, }, { - image = "techage_filling8_ta4.png^techage_appl_pump8.png^techage_frame8_ta5.png", + name = "techage_filling8_ta4.png^techage_appl_pump8.png^techage_frame8_ta5.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/fusion_reactor/turbine.lua b/fusion_reactor/turbine.lua index ec98b82..1f5a6fa 100644 --- a/fusion_reactor/turbine.lua +++ b/fusion_reactor/turbine.lua @@ -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^[transformFX", + name = "techage_filling4_ta4.png^techage_appl_turbine4.png^techage_frame4_ta5.png^[transformFX", backface_culling = false, animation = { type = "vertical_frames", @@ -102,7 +102,7 @@ minetest.register_node("techage:ta5_turbine_on", { }, }, { - image = "techage_filling4_ta4.png^techage_appl_turbine4.png^techage_frame4_ta5.png", + name = "techage_filling4_ta4.png^techage_appl_turbine4.png^techage_frame4_ta5.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/hydrogen/electrolyzer.lua b/hydrogen/electrolyzer.lua index 9cab71f..b9f256b 100644 --- a/hydrogen/electrolyzer.lua +++ b/hydrogen/electrolyzer.lua @@ -253,7 +253,7 @@ minetest.register_node("techage:ta4_electrolyzer_on", { "techage_filling_ta4.png^techage_frame_ta4.png^techage_appl_hole_pipe.png", "techage_filling_ta4.png^techage_frame_ta4.png^techage_appl_hole_electric.png", { - image = "techage_filling4_ta4.png^techage_frame4_ta4.png^techage_appl_electrolyzer4.png^techage_appl_ctrl_unit4.png^[transformFX", + name = "techage_filling4_ta4.png^techage_frame4_ta4.png^techage_appl_electrolyzer4.png^techage_appl_ctrl_unit4.png^[transformFX", backface_culling = false, animation = { type = "vertical_frames", @@ -263,7 +263,7 @@ minetest.register_node("techage:ta4_electrolyzer_on", { }, }, { - image = "techage_filling4_ta4.png^techage_frame4_ta4.png^techage_appl_electrolyzer4.png^techage_appl_ctrl_unit4.png", + name = "techage_filling4_ta4.png^techage_frame4_ta4.png^techage_appl_electrolyzer4.png^techage_appl_ctrl_unit4.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/hydrogen/fuelcell.lua b/hydrogen/fuelcell.lua index 791558c..1a583dd 100644 --- a/hydrogen/fuelcell.lua +++ b/hydrogen/fuelcell.lua @@ -215,7 +215,7 @@ minetest.register_node("techage:ta4_fuelcell_on", { "techage_filling_ta4.png^techage_frame_ta4.png^techage_appl_hole_electric.png", "techage_filling_ta4.png^techage_frame_ta4.png^techage_appl_hole_pipe.png", { - image = "techage_filling4_ta4.png^techage_frame4_ta4.png^techage_appl_fuelcell4.png^techage_appl_ctrl_unit4.png^[transformFX", + name = "techage_filling4_ta4.png^techage_frame4_ta4.png^techage_appl_fuelcell4.png^techage_appl_ctrl_unit4.png^[transformFX", backface_culling = false, animation = { type = "vertical_frames", @@ -225,7 +225,7 @@ minetest.register_node("techage:ta4_fuelcell_on", { }, }, { - image = "techage_filling4_ta4.png^techage_frame4_ta4.png^techage_appl_fuelcell4.png^techage_appl_ctrl_unit4.png", + name = "techage_filling4_ta4.png^techage_frame4_ta4.png^techage_appl_fuelcell4.png^techage_appl_ctrl_unit4.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/iron_age/meltingpot.lua b/iron_age/meltingpot.lua index ba0bb4d..3cc55be 100644 --- a/iron_age/meltingpot.lua +++ b/iron_age/meltingpot.lua @@ -335,7 +335,7 @@ minetest.register_node("techage:meltingpot_active", { description = S("TA1 Melting Pot"), tiles = { { - image = "techage_meltingpot_top_active.png", + name = "techage_meltingpot_top_active.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/liquids/pump.lua b/liquids/pump.lua index f62d336..724fec8 100644 --- a/liquids/pump.lua +++ b/liquids/pump.lua @@ -198,7 +198,7 @@ local ta3_tiles_act = { "techage_filling_ta3.png^techage_appl_hole_pipe.png^techage_frame_ta3.png", "techage_filling_ta3.png^techage_appl_hole_pipe.png^techage_frame_ta3.png", { - image = "techage_filling8_ta3.png^techage_appl_pump8.png^techage_frame8_ta3.png^[transformFX", + name = "techage_filling8_ta3.png^techage_appl_pump8.png^techage_frame8_ta3.png^[transformFX", backface_culling = false, animation = { type = "vertical_frames", @@ -208,7 +208,7 @@ local ta3_tiles_act = { }, }, { - image = "techage_filling8_ta3.png^techage_appl_pump8.png^techage_frame8_ta3.png", + name = "techage_filling8_ta3.png^techage_appl_pump8.png^techage_frame8_ta3.png", backface_culling = false, animation = { type = "vertical_frames", @@ -226,7 +226,7 @@ local ta4_tiles_act = { "techage_filling_ta4.png^techage_appl_hole_pipe.png^techage_frame_ta4.png", "techage_filling_ta4.png^techage_appl_hole_pipe.png^techage_frame_ta4.png", { - image = "techage_filling8_ta4.png^techage_appl_pump8.png^techage_frame8_ta4.png^[transformFX", + name = "techage_filling8_ta4.png^techage_appl_pump8.png^techage_frame8_ta4.png^[transformFX", backface_culling = false, animation = { type = "vertical_frames", @@ -236,7 +236,7 @@ local ta4_tiles_act = { }, }, { - image = "techage_filling8_ta4.png^techage_appl_pump8.png^techage_frame8_ta4.png", + name = "techage_filling8_ta4.png^techage_appl_pump8.png^techage_frame8_ta4.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/lua_controller/server.lua b/lua_controller/server.lua index 1c076a2..43838cd 100644 --- a/lua_controller/server.lua +++ b/lua_controller/server.lua @@ -38,7 +38,7 @@ minetest.register_node("techage:ta4_server", { "techage_server_side.png^[transformFX", "techage_server_back.png", { - image = "techage_server_front.png", + name = "techage_server_front.png", backface_culling = false, animation = { type = "vertical_frames", @@ -130,7 +130,7 @@ minetest.register_node("techage:ta4_server2", { "techage_server2_side.png^[transformFX", "techage_server2_back.png", { - image = "techage_server2_front.png", + name = "techage_server2_front.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/oil/explore.lua b/oil/explore.lua index a628915..0047225 100644 --- a/oil/explore.lua +++ b/oil/explore.lua @@ -269,7 +269,7 @@ minetest.register_node("techage:oilexplorer_on", { description = S("TA3 Oil Explorer"), tiles = { { - image = "techage_filling4_ta3.png^techage_appl_oilexplorer_top4.png^techage_frame4_ta3_top.png", + name = "techage_filling4_ta3.png^techage_appl_oilexplorer_top4.png^techage_frame4_ta3_top.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/oil/pumpjack.lua b/oil/pumpjack.lua index ff66028..2756e54 100644 --- a/oil/pumpjack.lua +++ b/oil/pumpjack.lua @@ -149,7 +149,7 @@ tiles.act = { "techage_filling_ta#.png^techage_frame_ta#.png^techage_appl_hole_pipe.png", "techage_filling_ta#.png^techage_frame_ta#.png^techage_appl_hole_pipe.png", { - image = "techage_appl_pumpjack14.png^techage_frame14_ta#.png", + name = "techage_appl_pumpjack14.png^techage_frame14_ta#.png", backface_culling = false, animation = { type = "vertical_frames", @@ -159,7 +159,7 @@ tiles.act = { }, }, { - image = "techage_appl_pumpjack14.png^techage_frame14_ta#.png", + name = "techage_appl_pumpjack14.png^techage_frame14_ta#.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/oil/reboiler.lua b/oil/reboiler.lua index a78d7fd..17c6250 100644 --- a/oil/reboiler.lua +++ b/oil/reboiler.lua @@ -190,7 +190,7 @@ minetest.register_node("techage:ta3_reboiler_on", { "techage_filling_ta3.png^techage_appl_hole_pipe.png^techage_frame_ta3.png", "techage_filling_ta3.png^techage_appl_hole_pipe.png^techage_frame_ta3.png", { - image = "techage_filling4_ta3.png^techage_appl_reboiler4.png^techage_frame4_ta3.png^[transformFX", + name = "techage_filling4_ta3.png^techage_appl_reboiler4.png^techage_frame4_ta3.png^[transformFX", backface_culling = false, animation = { type = "vertical_frames", @@ -200,7 +200,7 @@ minetest.register_node("techage:ta3_reboiler_on", { }, }, { - image = "techage_filling4_ta3.png^techage_appl_reboiler4.png^techage_frame4_ta3.png", + name = "techage_filling4_ta3.png^techage_appl_reboiler4.png^techage_frame4_ta3.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/power/drive_axle.lua b/power/drive_axle.lua index 1ea3ede..4f710e3 100644 --- a/power/drive_axle.lua +++ b/power/drive_axle.lua @@ -84,7 +84,7 @@ minetest.register_node("techage:axle_on", { description = S("TA2 Drive Axle"), tiles = { { - image = "techage_axle4R.png", + name = "techage_axle4R.png", backface_culling = false, animation = { type = "vertical_frames", @@ -94,7 +94,7 @@ minetest.register_node("techage:axle_on", { }, }, { - image = "techage_axle4R.png", + name = "techage_axle4R.png", backface_culling = false, animation = { type = "vertical_frames", @@ -104,7 +104,7 @@ minetest.register_node("techage:axle_on", { }, }, { - image = "techage_axle4.png", + name = "techage_axle4.png", backface_culling = false, animation = { type = "vertical_frames", @@ -114,7 +114,7 @@ minetest.register_node("techage:axle_on", { }, }, { - image = "techage_axle4.png", + name = "techage_axle4.png", backface_culling = false, animation = { type = "vertical_frames", @@ -124,7 +124,7 @@ minetest.register_node("techage:axle_on", { }, }, { - image = "techage_axle_clutch4.png", + name = "techage_axle_clutch4.png", backface_culling = false, animation = { type = "vertical_frames", @@ -134,7 +134,7 @@ minetest.register_node("techage:axle_on", { }, }, { - image = "techage_axle_clutch4.png", + name = "techage_axle_clutch4.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/power/gearbox.lua b/power/gearbox.lua index ea03db7..d4406dc 100644 --- a/power/gearbox.lua +++ b/power/gearbox.lua @@ -103,7 +103,7 @@ minetest.register_node("techage:gearbox_on", { tiles = { -- up, down, right, left, back, front { - image = "techage_filling4_ta2.png^techage_axle_gearbox4.png^techage_frame4_ta2.png", + name = "techage_filling4_ta2.png^techage_axle_gearbox4.png^techage_frame4_ta2.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/steam_engine/cylinder.lua b/steam_engine/cylinder.lua index 3ec4c87..ecdcef2 100644 --- a/steam_engine/cylinder.lua +++ b/steam_engine/cylinder.lua @@ -101,7 +101,7 @@ minetest.register_node("techage:cylinder_on", { "techage_filling_ta2.png^techage_appl_open.png^techage_frame_ta2.png", "techage_filling_ta2.png^techage_frame_ta2.png^techage_steam_hole.png", { - image = "techage_filling4_ta2.png^techage_cylinder4.png^techage_frame4_ta2.png", + name = "techage_filling4_ta2.png^techage_cylinder4.png^techage_frame4_ta2.png", backface_culling = false, animation = { type = "vertical_frames", @@ -111,7 +111,7 @@ minetest.register_node("techage:cylinder_on", { }, }, { - image = "techage_filling4_ta2.png^techage_cylinder4.png^techage_frame4_ta2.png", + name = "techage_filling4_ta2.png^techage_cylinder4.png^techage_frame4_ta2.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/steam_engine/firebox.lua b/steam_engine/firebox.lua index 3d55acf..d133f64 100644 --- a/steam_engine/firebox.lua +++ b/steam_engine/firebox.lua @@ -109,7 +109,7 @@ minetest.register_node("techage:firebox_on", { "techage_firebox.png^techage_frame_ta2.png", "techage_firebox.png^techage_frame_ta2.png", { - image = "techage_firebox4.png^techage_appl_firehole4.png^techage_frame4_ta2.png", + name = "techage_firebox4.png^techage_appl_firehole4.png^techage_frame4_ta2.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/steam_engine/flywheel.lua b/steam_engine/flywheel.lua index a4ce7b5..c68cedd 100644 --- a/steam_engine/flywheel.lua +++ b/steam_engine/flywheel.lua @@ -161,7 +161,7 @@ minetest.register_node("techage:flywheel_on", { "techage_filling_ta2.png^techage_frame_ta2.png", "techage_filling_ta2.png^techage_frame_ta2.png", { - image = "techage_filling4_ta2.png^techage_axle_clutch4.png^techage_frame4_ta2.png", + name = "techage_filling4_ta2.png^techage_axle_clutch4.png^techage_frame4_ta2.png", backface_culling = false, animation = { type = "vertical_frames", @@ -172,7 +172,7 @@ minetest.register_node("techage:flywheel_on", { }, "techage_filling_ta2.png^techage_appl_open.png^techage_frame_ta2.png", { - image = "techage_filling8_ta2.png^techage_frame8_ta2.png^techage_flywheel8.png", + name = "techage_filling8_ta2.png^techage_frame8_ta2.png^techage_flywheel8.png", backface_culling = false, animation = { type = "vertical_frames", @@ -182,7 +182,7 @@ minetest.register_node("techage:flywheel_on", { }, }, { - image = "techage_filling8_ta2.png^techage_frame8_ta2.png^techage_flywheel8.png^[transformFX]", + name = "techage_filling8_ta2.png^techage_frame8_ta2.png^techage_flywheel8.png^[transformFX]", backface_culling = false, animation = { type = "vertical_frames", diff --git a/ta3_power/axle2power.lua b/ta3_power/axle2power.lua index f6a0b3a..1f6ff63 100644 --- a/ta3_power/axle2power.lua +++ b/ta3_power/axle2power.lua @@ -121,7 +121,7 @@ minetest.register_node("techage:ta2_generator_on", { "techage_filling_ta2.png^techage_frame_ta2.png", "techage_filling_ta2.png^techage_frame_ta2.png^techage_appl_hole_electric.png", { - image = "techage_filling4_ta2.png^techage_axle_clutch4.png^techage_frame4_ta2.png", + name = "techage_filling4_ta2.png^techage_axle_clutch4.png^techage_frame4_ta2.png", backface_culling = false, animation = { type = "vertical_frames", @@ -131,7 +131,7 @@ minetest.register_node("techage:ta2_generator_on", { }, }, { - image = "techage_filling4_ta2.png^techage_appl_generator_red4.png^techage_frame4_ta2.png", + name = "techage_filling4_ta2.png^techage_appl_generator_red4.png^techage_frame4_ta2.png", backface_culling = false, animation = { type = "vertical_frames", @@ -141,7 +141,7 @@ minetest.register_node("techage:ta2_generator_on", { }, }, { - image = "techage_filling4_ta2.png^techage_appl_generator_red4.png^[transformFX]^techage_frame4_ta2.png", + name = "techage_filling4_ta2.png^techage_appl_generator_red4.png^[transformFX]^techage_frame4_ta2.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/ta3_power/power2axle.lua b/ta3_power/power2axle.lua index 76bad03..82f2e6e 100644 --- a/ta3_power/power2axle.lua +++ b/ta3_power/power2axle.lua @@ -125,7 +125,7 @@ minetest.register_node("techage:ta3_motor_on", { "techage_filling_ta3.png^techage_frame_ta3_top.png^techage_appl_arrow.png", "techage_filling_ta3.png^techage_frame_ta3.png", { - image = "techage_filling4_ta3.png^techage_axle_clutch4.png^techage_frame4_ta3.png", + name = "techage_filling4_ta3.png^techage_axle_clutch4.png^techage_frame4_ta3.png", backface_culling = false, animation = { type = "vertical_frames", @@ -136,7 +136,7 @@ minetest.register_node("techage:ta3_motor_on", { }, "techage_filling_ta3.png^techage_frame_ta3.png^techage_appl_hole_electric.png", { - image = "techage_filling4_ta3.png^techage_appl_generator_red4.png^[transformFX]^techage_frame4_ta3.png", + name = "techage_filling4_ta3.png^techage_appl_generator_red4.png^[transformFX]^techage_frame4_ta3.png", backface_culling = false, animation = { type = "vertical_frames", @@ -146,7 +146,7 @@ minetest.register_node("techage:ta3_motor_on", { }, }, { - image = "techage_filling4_ta3.png^techage_appl_generator_red4.png^techage_frame4_ta3.png", + name = "techage_filling4_ta3.png^techage_appl_generator_red4.png^techage_frame4_ta3.png", backface_culling = false, animation = { type = "vertical_frames", diff --git a/ta3_power/tiny_generator.lua b/ta3_power/tiny_generator.lua index 4f4847c..2a8ea35 100644 --- a/ta3_power/tiny_generator.lua +++ b/ta3_power/tiny_generator.lua @@ -248,7 +248,7 @@ minetest.register_node("techage:tiny_generator_on", { "techage_appl_electric_gen_side.png^techage_appl_hole_electric.png^techage_frame_ta3.png", "techage_appl_electric_gen_side.png^techage_frame_ta3.png", { - image = "techage_appl_electric_gen_front4.png^[transformFX]^techage_frame4_ta3.png", + name = "techage_appl_electric_gen_front4.png^[transformFX]^techage_frame4_ta3.png", backface_culling = false, animation = { type = "vertical_frames", @@ -258,7 +258,7 @@ minetest.register_node("techage:tiny_generator_on", { }, }, { - image = "techage_appl_electric_gen_front4.png^techage_frame4_ta3.png", + name = "techage_appl_electric_gen_front4.png^techage_frame4_ta3.png", backface_culling = false, animation = { type = "vertical_frames",