diff --git a/concrete/init.lua b/concrete/init.lua index 98d1a37..5cc8e50 100644 --- a/concrete/init.lua +++ b/concrete/init.lua @@ -26,43 +26,43 @@ end minetest.register_craft({ output = 'technic:rebar 6', recipe = { - { '', '', steel_ingot }, - { '', steel_ingot, '' }, - { steel_ingot, '', '' }, + { "", "", steel_ingot }, + { "", steel_ingot, "" }, + { steel_ingot, "", "" }, } }) minetest.register_craft({ output = 'technic:concrete 5', recipe = { - { 'default:stone', 'technic:rebar', 'default:stone' }, - { 'technic:rebar', 'default:stone', 'technic:rebar' }, - { 'default:stone', 'technic:rebar', 'default:stone' }, + { "default:stone", "technic:rebar", "default:stone" }, + { "technic:rebar", "default:stone", "technic:rebar" }, + { "default:stone", "technic:rebar", "default:stone" }, } }) minetest.register_craft({ output = 'technic:concrete_post_platform 6', recipe = { - { 'technic:concrete', 'technic:concrete_post', 'technic:concrete' }, + { "technic:concrete", "technic:concrete_post", "technic:concrete" }, } }) minetest.register_craft({ output = 'technic:concrete_post 12', recipe = { - { 'default:stone', 'technic:rebar', 'default:stone' }, - { 'default:stone', 'technic:rebar', 'default:stone' }, - { 'default:stone', 'technic:rebar', 'default:stone' }, + { "default:stone", "technic:rebar", "default:stone" }, + { "default:stone", "technic:rebar", "default:stone" }, + { "default:stone", "technic:rebar", "default:stone" }, } }) minetest.register_craft({ output = 'technic:blast_resistant_concrete 5', recipe = { - { 'technic:concrete', 'technic:composite_plate', 'technic:concrete' }, - { 'technic:composite_plate', 'technic:concrete', 'technic:composite_plate' }, - { 'technic:concrete', 'technic:composite_plate', 'technic:concrete' }, + { "technic:concrete", "technic:composite_plate", "technic:concrete" }, + { "technic:composite_plate", "technic:concrete", "technic:composite_plate" }, + { "technic:concrete", "technic:composite_plate", "technic:concrete" }, } }) diff --git a/technic/crafts.lua b/technic/crafts.lua index 172b8da..b2c769a 100644 --- a/technic/crafts.lua +++ b/technic/crafts.lua @@ -4,153 +4,153 @@ local mesecons_materials = minetest.get_modpath("mesecons_materials") -- tubes crafting recipes minetest.register_craft({ - output = 'pipeworks:accelerator_tube_1', + output = "pipeworks:accelerator_tube_1", recipe = { - { 'technic:copper_coil', 'pipeworks:tube_1', 'technic:copper_coil' }, + { "technic:copper_coil", "pipeworks:tube_1", "technic:copper_coil" }, } }) minetest.register_craft({ - output = 'pipeworks:teleport_tube_1', + output = "pipeworks:teleport_tube_1", recipe = { - { 'default:mese_crystal', 'technic:copper_coil', 'default:mese_crystal' }, - { 'pipeworks:tube_1', 'technic:control_logic_unit', 'pipeworks:tube_1' }, - { 'default:mese_crystal', 'technic:copper_coil', 'default:mese_crystal' }, + { "default:mese_crystal", "technic:copper_coil", "default:mese_crystal" }, + { "pipeworks:tube_1", "technic:control_logic_unit", "pipeworks:tube_1" }, + { "default:mese_crystal", "technic:copper_coil", "default:mese_crystal" }, } }) minetest.register_craft({ - output = 'technic:diamond_drill_head', + output = "technic:diamond_drill_head", recipe = { - { 'technic:stainless_steel_ingot', 'default:diamond', 'technic:stainless_steel_ingot' }, - { 'default:diamond', '', 'default:diamond' }, - { 'technic:stainless_steel_ingot', 'default:diamond', 'technic:stainless_steel_ingot' }, + { "technic:stainless_steel_ingot", "default:diamond", "technic:stainless_steel_ingot" }, + { "default:diamond", "", "default:diamond" }, + { "technic:stainless_steel_ingot", "default:diamond", "technic:stainless_steel_ingot" }, } }) minetest.register_craft({ - output = 'technic:green_energy_crystal', + output = "technic:green_energy_crystal", recipe = { - { 'default:gold_ingot', 'technic:battery', 'dye:green' }, - { 'technic:battery', 'technic:red_energy_crystal', 'technic:battery' }, - { 'dye:green', 'technic:battery', 'default:gold_ingot' }, + { "default:gold_ingot", "technic:battery", "dye:green" }, + { "technic:battery", "technic:red_energy_crystal", "technic:battery" }, + { "dye:green", "technic:battery", "default:gold_ingot" }, } }) minetest.register_craft({ - output = 'technic:blue_energy_crystal', + output = "technic:blue_energy_crystal", recipe = { - { 'moreores:mithril_ingot', 'technic:battery', 'dye:blue' }, - { 'technic:battery', 'technic:green_energy_crystal', 'technic:battery' }, - { 'dye:blue', 'technic:battery', 'moreores:mithril_ingot' }, + { "moreores:mithril_ingot", "technic:battery", "dye:blue" }, + { "technic:battery", "technic:green_energy_crystal", "technic:battery" }, + { "dye:blue", "technic:battery", "moreores:mithril_ingot" }, } }) minetest.register_craft({ - output = 'technic:red_energy_crystal', + output = "technic:red_energy_crystal", recipe = { - { 'moreores:silver_ingot', 'technic:battery', 'dye:red' }, - { 'technic:battery', 'default:diamondblock', 'technic:battery' }, - { 'dye:red', 'technic:battery', 'moreores:silver_ingot' }, + { "moreores:silver_ingot", "technic:battery", "dye:red" }, + { "technic:battery", "default:diamondblock", "technic:battery" }, + { "dye:red", "technic:battery", "moreores:silver_ingot" }, } }) minetest.register_craft({ output = 'technic:fine_copper_wire 2', recipe = { - { '', 'default:copper_ingot', '' }, - { '', 'default:copper_ingot', '' }, - { '', 'default:copper_ingot', '' }, + { "", "default:copper_ingot", "" }, + { "", "default:copper_ingot", "" }, + { "", "default:copper_ingot", "" }, } }) minetest.register_craft({ output = 'technic:fine_gold_wire 2', recipe = { - { '', 'default:gold_ingot', '' }, - { '', 'default:gold_ingot', '' }, - { '', 'default:gold_ingot', '' }, + { "", "default:gold_ingot", "" }, + { "", "default:gold_ingot", "" }, + { "", "default:gold_ingot", "" }, } }) minetest.register_craft({ output = 'technic:fine_silver_wire 2', recipe = { - { '', 'moreores:silver_ingot', '' }, - { '', 'moreores:silver_ingot', '' }, - { '', 'moreores:silver_ingot', '' }, + { "", "moreores:silver_ingot", "" }, + { "", "moreores:silver_ingot", "" }, + { "", "moreores:silver_ingot", "" }, } }) minetest.register_craft({ output = 'technic:copper_coil 1', recipe = { - { 'technic:fine_copper_wire', 'technic:wrought_iron_ingot', 'technic:fine_copper_wire' }, - { 'technic:wrought_iron_ingot', '', 'technic:wrought_iron_ingot' }, - { 'technic:fine_copper_wire', 'technic:wrought_iron_ingot', 'technic:fine_copper_wire' }, + { "technic:fine_copper_wire", "technic:wrought_iron_ingot", "technic:fine_copper_wire" }, + { "technic:wrought_iron_ingot", "", "technic:wrought_iron_ingot" }, + { "technic:fine_copper_wire", "technic:wrought_iron_ingot", "technic:fine_copper_wire" }, } }) minetest.register_craft({ - output = 'technic:motor', + output = "technic:motor", recipe = { - { 'technic:carbon_steel_ingot', 'technic:copper_coil', 'technic:carbon_steel_ingot' }, - { 'technic:carbon_steel_ingot', 'technic:copper_coil', 'technic:carbon_steel_ingot' }, - { 'technic:carbon_steel_ingot', 'default:copper_ingot', 'technic:carbon_steel_ingot' }, + { "technic:carbon_steel_ingot", "technic:copper_coil", "technic:carbon_steel_ingot" }, + { "technic:carbon_steel_ingot", "technic:copper_coil", "technic:carbon_steel_ingot" }, + { "technic:carbon_steel_ingot", "default:copper_ingot", "technic:carbon_steel_ingot" }, } }) local isolation = mesecons_materials and "mesecons_materials:fiber" or "technic:rubber" minetest.register_craft({ - output = 'technic:lv_transformer', + output = "technic:lv_transformer", recipe = { - { isolation, 'technic:wrought_iron_ingot', isolation }, - { 'technic:copper_coil', 'technic:wrought_iron_ingot', 'technic:copper_coil' }, - { 'technic:wrought_iron_ingot', 'technic:wrought_iron_ingot', 'technic:wrought_iron_ingot' }, + { isolation, "technic:wrought_iron_ingot", isolation }, + { "technic:copper_coil", "technic:wrought_iron_ingot", "technic:copper_coil" }, + { "technic:wrought_iron_ingot", "technic:wrought_iron_ingot", "technic:wrought_iron_ingot" }, } }) minetest.register_craft({ - output = 'technic:mv_transformer', + output = "technic:mv_transformer", recipe = { - { isolation, 'technic:carbon_steel_ingot', isolation }, - { 'technic:copper_coil', 'technic:carbon_steel_ingot', 'technic:copper_coil' }, - { 'technic:carbon_steel_ingot', 'technic:carbon_steel_ingot', 'technic:carbon_steel_ingot' }, + { isolation, "technic:carbon_steel_ingot", isolation }, + { "technic:copper_coil", "technic:carbon_steel_ingot", "technic:copper_coil" }, + { "technic:carbon_steel_ingot", "technic:carbon_steel_ingot", "technic:carbon_steel_ingot" }, } }) minetest.register_craft({ - output = 'technic:hv_transformer', + output = "technic:hv_transformer", recipe = { - { isolation, 'technic:stainless_steel_ingot', isolation }, - { 'technic:copper_coil', 'technic:stainless_steel_ingot', 'technic:copper_coil' }, - { 'technic:stainless_steel_ingot', 'technic:stainless_steel_ingot', 'technic:stainless_steel_ingot' }, + { isolation, "technic:stainless_steel_ingot", isolation }, + { "technic:copper_coil", "technic:stainless_steel_ingot", "technic:copper_coil" }, + { "technic:stainless_steel_ingot", "technic:stainless_steel_ingot", "technic:stainless_steel_ingot" }, } }) minetest.register_craft({ - output = 'technic:control_logic_unit', + output = "technic:control_logic_unit", recipe = { - { '', 'technic:fine_gold_wire', '' }, - { 'default:copper_ingot', 'technic:silicon_wafer', 'default:copper_ingot' }, - { '', 'technic:chromium_ingot', '' }, + { "", "technic:fine_gold_wire", "" }, + { "default:copper_ingot", "technic:silicon_wafer", "default:copper_ingot" }, + { "", "technic:chromium_ingot", "" }, } }) minetest.register_craft({ output = 'technic:mixed_metal_ingot 9', recipe = { - { 'technic:stainless_steel_ingot', 'technic:stainless_steel_ingot', 'technic:stainless_steel_ingot' }, - { 'default:bronze_ingot', 'default:bronze_ingot', 'default:bronze_ingot' }, - { 'moreores:tin_ingot', 'moreores:tin_ingot', 'moreores:tin_ingot' }, + { "technic:stainless_steel_ingot", "technic:stainless_steel_ingot", "technic:stainless_steel_ingot" }, + { "default:bronze_ingot", "default:bronze_ingot", "default:bronze_ingot" }, + { "moreores:tin_ingot", "moreores:tin_ingot", "moreores:tin_ingot" }, } }) minetest.register_craft({ - output = 'technic:carbon_cloth', + output = "technic:carbon_cloth", recipe = { - { 'technic:graphite', 'technic:graphite', 'technic:graphite' } + { "technic:graphite", "technic:graphite", "technic:graphite" } } }) diff --git a/technic/machines/HV/battery_box.lua b/technic/machines/HV/battery_box.lua index 0840be6..5d94643 100644 --- a/technic/machines/HV/battery_box.lua +++ b/technic/machines/HV/battery_box.lua @@ -3,8 +3,8 @@ minetest.register_craft({ output = 'technic:hv_battery_box0', recipe = { { 'technic:mv_battery_box0', 'technic:mv_battery_box0', 'technic:mv_battery_box0' }, - { 'technic:mv_battery_box0', 'technic:hv_transformer', 'technic:mv_battery_box0' }, - { '', 'technic:hv_cable', '' }, + { 'technic:mv_battery_box0', "technic:hv_transformer", 'technic:mv_battery_box0' }, + { "", "technic:hv_cable", "" }, } }) diff --git a/technic/machines/HV/cables.lua b/technic/machines/HV/cables.lua index 0f145a9..78ea697 100644 --- a/technic/machines/HV/cables.lua +++ b/technic/machines/HV/cables.lua @@ -1,9 +1,9 @@ minetest.register_craft({ output = 'technic:hv_cable 3', recipe = { - { 'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting' }, - { 'technic:mv_cable', 'technic:mv_cable', 'technic:mv_cable' }, - { 'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting' }, + { "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" }, + { "technic:mv_cable", "technic:mv_cable", "technic:mv_cable" }, + { "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" }, } }) diff --git a/technic/machines/HV/forcefield.lua b/technic/machines/HV/forcefield.lua index 41fe1fe..df30e9b 100644 --- a/technic/machines/HV/forcefield.lua +++ b/technic/machines/HV/forcefield.lua @@ -243,7 +243,7 @@ minetest.register_node("technic:forcefield", { paramtype = "light", light_source = LIGHT_MAX, diggable = false, - drop = '', + drop = "", tiles = { { name = "technic_forcefield_animated.png", diff --git a/technic/machines/HV/generator.lua b/technic/machines/HV/generator.lua index d8aac61..79039db 100644 --- a/technic/machines/HV/generator.lua +++ b/technic/machines/HV/generator.lua @@ -1,11 +1,11 @@ minetest.register_alias("hv_generator", "technic:hv_generator") minetest.register_craft({ - output = 'technic:hv_generator', + output = "technic:hv_generator", recipe = { - { 'technic:carbon_plate', 'technic:mv_generator', 'technic:composite_plate' }, - { 'pipeworks:tube_1', 'technic:hv_transformer', 'pipeworks:tube_1' }, - { 'technic:stainless_steel_ingot', 'technic:hv_cable', 'technic:stainless_steel_ingot' }, + { "technic:carbon_plate", "technic:mv_generator", "technic:composite_plate" }, + { "pipeworks:tube_1", "technic:hv_transformer", "pipeworks:tube_1" }, + { "technic:stainless_steel_ingot", "technic:hv_cable", "technic:stainless_steel_ingot" }, } }) diff --git a/technic/machines/HV/nuclear_reactor.lua b/technic/machines/HV/nuclear_reactor.lua index 7b0cdb7..10f6688 100644 --- a/technic/machines/HV/nuclear_reactor.lua +++ b/technic/machines/HV/nuclear_reactor.lua @@ -20,11 +20,11 @@ local reactor_desc = S("@1 Nuclear Reactor Core", S("HV")), -- FIXME: Recipe should make more sense like a rod recepticle, steam chamber, HV generator? minetest.register_craft({ - output = 'technic:hv_nuclear_reactor_core', + output = "technic:hv_nuclear_reactor_core", recipe = { - { 'technic:carbon_plate', 'default:obsidian_glass', 'technic:carbon_plate' }, - { 'technic:composite_plate', 'technic:machine_casing', 'technic:composite_plate' }, - { 'technic:stainless_steel_ingot', 'technic:hv_cable', 'technic:stainless_steel_ingot' }, + { "technic:carbon_plate", "default:obsidian_glass", "technic:carbon_plate" }, + { "technic:composite_plate", "technic:machine_casing", "technic:composite_plate" }, + { "technic:stainless_steel_ingot", "technic:hv_cable", "technic:stainless_steel_ingot" }, } }) diff --git a/technic/machines/HV/solar_array.lua b/technic/machines/HV/solar_array.lua index 67ecebd..124e2d0 100644 --- a/technic/machines/HV/solar_array.lua +++ b/technic/machines/HV/solar_array.lua @@ -4,9 +4,9 @@ minetest.register_craft({ output = 'technic:solar_array_hv 1', recipe = { - { 'technic:solar_array_mv', 'technic:solar_array_mv', 'technic:solar_array_mv' }, - { 'technic:carbon_plate', 'technic:hv_transformer', 'technic:composite_plate' }, - { '', 'technic:hv_cable', '' }, + { "technic:solar_array_mv", "technic:solar_array_mv", "technic:solar_array_mv" }, + { "technic:carbon_plate", "technic:hv_transformer", "technic:composite_plate" }, + { "", "technic:hv_cable", "" }, } }) diff --git a/technic/machines/LV/alloy_furnace.lua b/technic/machines/LV/alloy_furnace.lua index c0bcfe1..af025d6 100644 --- a/technic/machines/LV/alloy_furnace.lua +++ b/technic/machines/LV/alloy_furnace.lua @@ -2,11 +2,11 @@ -- FIXME: kpoppel: I'd like to introduce an induction heating element here... minetest.register_craft({ - output = 'technic:lv_alloy_furnace', + output = "technic:lv_alloy_furnace", recipe = { - { 'default:brick', 'default:brick', 'default:brick' }, - { 'default:brick', 'technic:machine_casing', 'default:brick' }, - { 'default:brick', 'technic:lv_cable', 'default:brick' }, + { "default:brick", "default:brick", "default:brick" }, + { "default:brick", "technic:machine_casing", "default:brick" }, + { "default:brick", "technic:lv_cable", "default:brick" }, } }) diff --git a/technic/machines/LV/battery_box.lua b/technic/machines/LV/battery_box.lua index aaa90e2..75a0dc1 100644 --- a/technic/machines/LV/battery_box.lua +++ b/technic/machines/LV/battery_box.lua @@ -1,9 +1,9 @@ minetest.register_craft({ output = 'technic:lv_battery_box0', recipe = { - { 'group:wood', 'group:wood', 'group:wood' }, - { 'technic:battery', 'technic:machine_casing', 'technic:battery' }, - { 'technic:battery', 'technic:lv_cable', 'technic:battery' }, + { "group:wood", "group:wood", "group:wood" }, + { "technic:battery", "technic:machine_casing", "technic:battery" }, + { "technic:battery", "technic:lv_cable", "technic:battery" }, } }) diff --git a/technic/machines/LV/cables.lua b/technic/machines/LV/cables.lua index 60434e0..a7b3d51 100644 --- a/technic/machines/LV/cables.lua +++ b/technic/machines/LV/cables.lua @@ -3,9 +3,9 @@ minetest.register_alias("lv_cable", "technic:lv_cable") minetest.register_craft({ output = 'technic:lv_cable 6', recipe = { - { 'default:paper', 'default:paper', 'default:paper' }, - { 'default:copper_ingot', 'default:copper_ingot', 'default:copper_ingot' }, - { 'default:paper', 'default:paper', 'default:paper' }, + { "default:paper", "default:paper", "default:paper" }, + { "default:copper_ingot", "default:copper_ingot", "default:copper_ingot" }, + { "default:paper", "default:paper", "default:paper" }, } }) diff --git a/technic/machines/LV/cnc.lua b/technic/machines/LV/cnc.lua index 615a369..cee24e2 100644 --- a/technic/machines/LV/cnc.lua +++ b/technic/machines/LV/cnc.lua @@ -11,11 +11,11 @@ local S = technic.getter minetest.register_craft({ - output = 'technic:cnc', + output = "technic:cnc", recipe = { - { 'default:glass', 'technic:diamond_drill_head', 'default:glass' }, - { 'technic:control_logic_unit', 'technic:machine_casing', 'technic:motor' }, - { 'technic:carbon_steel_ingot', 'technic:lv_cable', 'technic:carbon_steel_ingot' }, + { "default:glass", "technic:diamond_drill_head", "default:glass" }, + { "technic:control_logic_unit", "technic:machine_casing", "technic:motor" }, + { "technic:carbon_steel_ingot", "technic:lv_cable", "technic:carbon_steel_ingot" }, }, }) diff --git a/technic/machines/LV/compressor.lua b/technic/machines/LV/compressor.lua index 44a1817..c486e6f 100644 --- a/technic/machines/LV/compressor.lua +++ b/technic/machines/LV/compressor.lua @@ -1,11 +1,11 @@ minetest.register_alias("compressor", "technic:lv_compressor") minetest.register_craft({ - output = 'technic:lv_compressor', + output = "technic:lv_compressor", recipe = { - { 'default:stone', 'technic:motor', 'default:stone' }, - { 'mesecons:piston', 'technic:machine_casing', 'mesecons:piston' }, - { 'technic:fine_silver_wire', 'technic:lv_cable', 'technic:fine_silver_wire' }, + { "default:stone", "technic:motor", "default:stone" }, + { "mesecons:piston", "technic:machine_casing", "mesecons:piston" }, + { "technic:fine_silver_wire", "technic:lv_cable", "technic:fine_silver_wire" }, } }) diff --git a/technic/machines/LV/electric_furnace.lua b/technic/machines/LV/electric_furnace.lua index 85e18b9..f8d0704 100644 --- a/technic/machines/LV/electric_furnace.lua +++ b/technic/machines/LV/electric_furnace.lua @@ -3,11 +3,11 @@ -- FIXME: kpoppel I'd like to introduce an induction heating element here also minetest.register_craft({ - output = 'technic:electric_furnace', + output = "technic:electric_furnace", recipe = { - { 'default:cobble', 'default:cobble', 'default:cobble' }, - { 'default:cobble', 'technic:machine_casing', 'default:cobble' }, - { 'default:cobble', 'technic:lv_cable', 'default:cobble' }, + { "default:cobble", "default:cobble", "default:cobble" }, + { "default:cobble", "technic:machine_casing", "default:cobble" }, + { "default:cobble", "technic:lv_cable", "default:cobble" }, } }) diff --git a/technic/machines/LV/extractor.lua b/technic/machines/LV/extractor.lua index 4dae52d..536a8b5 100644 --- a/technic/machines/LV/extractor.lua +++ b/technic/machines/LV/extractor.lua @@ -1,11 +1,11 @@ minetest.register_alias("extractor", "technic:lv_extractor") minetest.register_craft({ - output = 'technic:lv_extractor', + output = "technic:lv_extractor", recipe = { - { 'technic:treetap', 'technic:motor', 'technic:treetap' }, - { 'technic:treetap', 'technic:machine_casing', 'technic:treetap' }, - { '', 'technic:lv_cable', '' }, + { "technic:treetap", "technic:motor", "technic:treetap" }, + { "technic:treetap", "technic:machine_casing", "technic:treetap" }, + { "", "technic:lv_cable", "" }, } }) diff --git a/technic/machines/LV/generator.lua b/technic/machines/LV/generator.lua index 2bafdd1..72ce113 100644 --- a/technic/machines/LV/generator.lua +++ b/technic/machines/LV/generator.lua @@ -6,11 +6,11 @@ minetest.register_alias("lv_generator", "technic:lv_generator") minetest.register_craft({ - output = 'technic:lv_generator', + output = "technic:lv_generator", recipe = { - { 'default:stone', 'default:furnace', 'default:stone' }, - { 'default:stone', 'technic:machine_casing', 'default:stone' }, - { 'default:stone', 'technic:lv_cable', 'default:stone' }, + { "default:stone", "default:furnace", "default:stone" }, + { "default:stone", "technic:machine_casing", "default:stone" }, + { "default:stone", "technic:lv_cable", "default:stone" }, } }) diff --git a/technic/machines/LV/geothermal.lua b/technic/machines/LV/geothermal.lua index a55152f..0439fd1 100644 --- a/technic/machines/LV/geothermal.lua +++ b/technic/machines/LV/geothermal.lua @@ -8,11 +8,11 @@ minetest.register_alias("geothermal", "technic:geothermal") local S = technic.getter minetest.register_craft({ - output = 'technic:geothermal', + output = "technic:geothermal", recipe = { - { 'technic:granite', 'default:diamond', 'technic:granite' }, - { 'technic:fine_copper_wire', 'technic:machine_casing', 'technic:fine_copper_wire' }, - { 'technic:granite', 'technic:lv_cable', 'technic:granite' }, + { "technic:granite", "default:diamond", "technic:granite" }, + { "technic:fine_copper_wire", "technic:machine_casing", "technic:fine_copper_wire" }, + { "technic:granite", "technic:lv_cable", "technic:granite" }, } }) diff --git a/technic/machines/LV/grinder.lua b/technic/machines/LV/grinder.lua index fd4175f..87773a3 100644 --- a/technic/machines/LV/grinder.lua +++ b/technic/machines/LV/grinder.lua @@ -1,10 +1,10 @@ minetest.register_alias("grinder", "technic:lv_grinder") minetest.register_craft({ - output = 'technic:lv_grinder', + output = "technic:lv_grinder", recipe = { - { 'default:desert_stone', 'default:diamond', 'default:desert_stone' }, - { 'default:desert_stone', 'technic:machine_casing', 'default:desert_stone' }, - { 'technic:granite', 'technic:lv_cable', 'technic:granite' }, + { "default:desert_stone", "default:diamond", "default:desert_stone" }, + { "default:desert_stone", "technic:machine_casing", "default:desert_stone" }, + { "technic:granite", "technic:lv_cable", "technic:granite" }, } }) diff --git a/technic/machines/LV/music_player.lua b/technic/machines/LV/music_player.lua index 92881d7..20e9a99 100644 --- a/technic/machines/LV/music_player.lua +++ b/technic/machines/LV/music_player.lua @@ -5,11 +5,11 @@ local S = technic.getter minetest.register_alias("music_player", "technic:music_player") minetest.register_craft({ - output = 'technic:music_player', + output = "technic:music_player", recipe = { - { 'technic:chromium_ingot', 'default:diamond', 'technic:chromium_ingot' }, - { 'default:diamond', 'technic:machine_casing', 'default:diamond' }, - { 'default:mossycobble', 'technic:lv_cable', 'default:mossycobble' }, + { "technic:chromium_ingot", "default:diamond", "technic:chromium_ingot" }, + { "default:diamond", "technic:machine_casing", "default:diamond" }, + { "default:mossycobble", "technic:lv_cable", "default:mossycobble" }, } }) diff --git a/technic/machines/LV/solar_array.lua b/technic/machines/LV/solar_array.lua index bfe5d31..0846ed3 100644 --- a/technic/machines/LV/solar_array.lua +++ b/technic/machines/LV/solar_array.lua @@ -8,9 +8,9 @@ minetest.register_craft({ output = 'technic:solar_array_lv 1', recipe = { - { 'technic:solar_panel', 'technic:solar_panel', 'technic:solar_panel' }, - { 'technic:carbon_steel_ingot', 'technic:lv_transformer', 'technic:carbon_steel_ingot' }, - { '', 'technic:lv_cable', '' }, + { "technic:solar_panel", "technic:solar_panel", "technic:solar_panel" }, + { "technic:carbon_steel_ingot", "technic:lv_transformer", "technic:carbon_steel_ingot" }, + { "", "technic:lv_cable", "" }, } }) diff --git a/technic/machines/LV/solar_panel.lua b/technic/machines/LV/solar_panel.lua index 22a57a3..0109163 100644 --- a/technic/machines/LV/solar_panel.lua +++ b/technic/machines/LV/solar_panel.lua @@ -6,10 +6,10 @@ local S = technic.getter minetest.register_craft({ - output = 'technic:solar_panel', + output = "technic:solar_panel", recipe = { - { 'technic:doped_silicon_wafer', 'technic:doped_silicon_wafer', 'technic:doped_silicon_wafer' }, - { 'technic:fine_silver_wire', 'technic:lv_cable', 'mesecons_materials:glue' }, + { "technic:doped_silicon_wafer", "technic:doped_silicon_wafer", "technic:doped_silicon_wafer" }, + { "technic:fine_silver_wire", "technic:lv_cable", "mesecons_materials:glue" }, } }) diff --git a/technic/machines/LV/water_mill.lua b/technic/machines/LV/water_mill.lua index f33be6a..a8b9c91 100644 --- a/technic/machines/LV/water_mill.lua +++ b/technic/machines/LV/water_mill.lua @@ -7,11 +7,11 @@ local S = technic.getter minetest.register_alias("water_mill", "technic:water_mill") minetest.register_craft({ - output = 'technic:water_mill', + output = "technic:water_mill", recipe = { - { 'technic:marble', 'default:diamond', 'technic:marble' }, - { 'group:wood', 'technic:machine_casing', 'group:wood' }, - { 'technic:marble', 'technic:lv_cable', 'technic:marble' }, + { "technic:marble", "default:diamond", "technic:marble" }, + { "group:wood", "technic:machine_casing", "group:wood" }, + { "technic:marble", "technic:lv_cable", "technic:marble" }, } }) diff --git a/technic/machines/MV/alloy_furnace.lua b/technic/machines/MV/alloy_furnace.lua index b17f9ad..79f02dd 100644 --- a/technic/machines/MV/alloy_furnace.lua +++ b/technic/machines/MV/alloy_furnace.lua @@ -1,11 +1,11 @@ -- MV alloy furnace minetest.register_craft({ - output = 'technic:mv_alloy_furnace', + output = "technic:mv_alloy_furnace", recipe = { - { 'technic:stainless_steel_ingot', 'technic:lv_alloy_furnace', 'technic:stainless_steel_ingot' }, - { 'pipeworks:tube_1', 'technic:mv_transformer', 'pipeworks:tube_1' }, - { 'technic:stainless_steel_ingot', 'technic:mv_cable', 'technic:stainless_steel_ingot' }, + { "technic:stainless_steel_ingot", "technic:lv_alloy_furnace", "technic:stainless_steel_ingot" }, + { "pipeworks:tube_1", "technic:mv_transformer", "pipeworks:tube_1" }, + { "technic:stainless_steel_ingot", "technic:mv_cable", "technic:stainless_steel_ingot" }, } }) diff --git a/technic/machines/MV/battery_box.lua b/technic/machines/MV/battery_box.lua index d717d9f..828b42c 100644 --- a/technic/machines/MV/battery_box.lua +++ b/technic/machines/MV/battery_box.lua @@ -4,8 +4,8 @@ minetest.register_craft({ output = 'technic:mv_battery_box0', recipe = { { 'technic:lv_battery_box0', 'technic:lv_battery_box0', 'technic:lv_battery_box0' }, - { 'technic:lv_battery_box0', 'technic:mv_transformer', 'technic:lv_battery_box0' }, - { '', 'technic:mv_cable', '' }, + { 'technic:lv_battery_box0', "technic:mv_transformer", 'technic:lv_battery_box0' }, + { "", "technic:mv_cable", "" }, } }) diff --git a/technic/machines/MV/cables.lua b/technic/machines/MV/cables.lua index 5ea8283..9bd325d 100644 --- a/technic/machines/MV/cables.lua +++ b/technic/machines/MV/cables.lua @@ -3,9 +3,9 @@ minetest.register_alias("mv_cable", "technic:mv_cable") minetest.register_craft({ output = 'technic:mv_cable 3', recipe = { - { 'technic:rubber', 'technic:rubber', 'technic:rubber' }, - { 'technic:lv_cable', 'technic:lv_cable', 'technic:lv_cable' }, - { 'technic:rubber', 'technic:rubber', 'technic:rubber' }, + { "technic:rubber", "technic:rubber", "technic:rubber" }, + { "technic:lv_cable", "technic:lv_cable", "technic:lv_cable" }, + { "technic:rubber", "technic:rubber", "technic:rubber" }, } }) diff --git a/technic/machines/MV/compressor.lua b/technic/machines/MV/compressor.lua index a917f9a..55bef73 100644 --- a/technic/machines/MV/compressor.lua +++ b/technic/machines/MV/compressor.lua @@ -1,11 +1,11 @@ -- MV compressor minetest.register_craft({ - output = 'technic:mv_compressor', + output = "technic:mv_compressor", recipe = { - { 'technic:stainless_steel_ingot', 'technic:lv_compressor', 'technic:stainless_steel_ingot' }, - { 'pipeworks:tube_1', 'technic:mv_transformer', 'pipeworks:tube_1' }, - { 'technic:stainless_steel_ingot', 'technic:mv_cable', 'technic:stainless_steel_ingot' }, + { "technic:stainless_steel_ingot", "technic:lv_compressor", "technic:stainless_steel_ingot" }, + { "pipeworks:tube_1", "technic:mv_transformer", "pipeworks:tube_1" }, + { "technic:stainless_steel_ingot", "technic:mv_cable", "technic:stainless_steel_ingot" }, } }) diff --git a/technic/machines/MV/electric_furnace.lua b/technic/machines/MV/electric_furnace.lua index d984100..cd5aa7b 100644 --- a/technic/machines/MV/electric_furnace.lua +++ b/technic/machines/MV/electric_furnace.lua @@ -6,11 +6,11 @@ -- FIXME: kpoppel I'd like to introduce an induction heating element here also minetest.register_craft({ - output = 'technic:mv_electric_furnace', + output = "technic:mv_electric_furnace", recipe = { - { 'technic:stainless_steel_ingot', 'technic:lv_electric_furnace', 'technic:stainless_steel_ingot' }, - { 'pipeworks:tube_1', 'technic:mv_transformer', 'pipeworks:tube_1' }, - { 'technic:stainless_steel_ingot', 'technic:mv_cable', 'technic:stainless_steel_ingot' }, + { "technic:stainless_steel_ingot", "technic:lv_electric_furnace", "technic:stainless_steel_ingot" }, + { "pipeworks:tube_1", "technic:mv_transformer", "pipeworks:tube_1" }, + { "technic:stainless_steel_ingot", "technic:mv_cable", "technic:stainless_steel_ingot" }, } }) diff --git a/technic/machines/MV/extractor.lua b/technic/machines/MV/extractor.lua index 8b79e84..5fb2541 100644 --- a/technic/machines/MV/extractor.lua +++ b/technic/machines/MV/extractor.lua @@ -1,11 +1,11 @@ -- MV extractor minetest.register_craft({ - output = 'technic:mv_extractor', + output = "technic:mv_extractor", recipe = { - { 'technic:stainless_steel_ingot', 'technic:lv_extractor', 'technic:stainless_steel_ingot' }, - { 'pipeworks:tube_1', 'technic:mv_transformer', 'pipeworks:tube_1' }, - { 'technic:stainless_steel_ingot', 'technic:mv_cable', 'technic:stainless_steel_ingot' }, + { "technic:stainless_steel_ingot", "technic:lv_extractor", "technic:stainless_steel_ingot" }, + { "pipeworks:tube_1", "technic:mv_transformer", "pipeworks:tube_1" }, + { "technic:stainless_steel_ingot", "technic:mv_cable", "technic:stainless_steel_ingot" }, } }) diff --git a/technic/machines/MV/generator.lua b/technic/machines/MV/generator.lua index b57d2ee..a10223f 100644 --- a/technic/machines/MV/generator.lua +++ b/technic/machines/MV/generator.lua @@ -1,11 +1,11 @@ minetest.register_alias("generator_mv", "technic:generator_mv") minetest.register_craft({ - output = 'technic:mv_generator', + output = "technic:mv_generator", recipe = { - { 'technic:stainless_steel_ingot', 'technic:lv_generator', 'technic:stainless_steel_ingot' }, - { 'pipeworks:tube_1', 'technic:mv_transformer', 'pipeworks:tube_1' }, - { 'technic:stainless_steel_ingot', 'technic:mv_cable', 'technic:stainless_steel_ingot' }, + { "technic:stainless_steel_ingot", "technic:lv_generator", "technic:stainless_steel_ingot" }, + { "pipeworks:tube_1", "technic:mv_transformer", "pipeworks:tube_1" }, + { "technic:stainless_steel_ingot", "technic:mv_cable", "technic:stainless_steel_ingot" }, } }) diff --git a/technic/machines/MV/grinder.lua b/technic/machines/MV/grinder.lua index 9ee3a1f..70991ee 100644 --- a/technic/machines/MV/grinder.lua +++ b/technic/machines/MV/grinder.lua @@ -1,11 +1,11 @@ -- MV grinder minetest.register_craft({ - output = 'technic:mv_grinder', + output = "technic:mv_grinder", recipe = { - { 'technic:stainless_steel_ingot', 'technic:lv_grinder', 'technic:stainless_steel_ingot' }, - { 'pipeworks:tube_1', 'technic:mv_transformer', 'pipeworks:tube_1' }, - { 'technic:stainless_steel_ingot', 'technic:mv_cable', 'technic:stainless_steel_ingot' }, + { "technic:stainless_steel_ingot", "technic:lv_grinder", "technic:stainless_steel_ingot" }, + { "pipeworks:tube_1", "technic:mv_transformer", "pipeworks:tube_1" }, + { "technic:stainless_steel_ingot", "technic:mv_cable", "technic:stainless_steel_ingot" }, } }) diff --git a/technic/machines/MV/lighting.lua b/technic/machines/MV/lighting.lua index 80cecfd..0bce7b3 100644 --- a/technic/machines/MV/lighting.lua +++ b/technic/machines/MV/lighting.lua @@ -96,7 +96,7 @@ local technic_homedecor_rotate_and_place = function(itemstack, placer, pointed_t end -- Yellow -- Half node -minetest.register_node('technic:homedecor_glowlight_half_yellow', { +minetest.register_node("technic:homedecor_glowlight_half_yellow", { description = S("Yellow Glowlight (thick)"), drawtype = "nodebox", tiles = { @@ -133,7 +133,7 @@ minetest.register_node('technic:homedecor_glowlight_half_yellow', { end }) -minetest.register_node('technic:homedecor_glowlight_half_yellow_active', { +minetest.register_node("technic:homedecor_glowlight_half_yellow_active", { description = S("Yellow Glowlight (thick)"), drawtype = "nodebox", tiles = { @@ -173,7 +173,7 @@ minetest.register_node('technic:homedecor_glowlight_half_yellow_active', { }) -- Yellow -- Quarter node -minetest.register_node('technic:homedecor_glowlight_quarter_yellow', { +minetest.register_node("technic:homedecor_glowlight_quarter_yellow", { description = S("Yellow Glowlight (thin)"), drawtype = "nodebox", tiles = { @@ -210,7 +210,7 @@ minetest.register_node('technic:homedecor_glowlight_quarter_yellow', { end }) -minetest.register_node('technic:homedecor_glowlight_quarter_yellow_active', { +minetest.register_node("technic:homedecor_glowlight_quarter_yellow_active", { description = S("Yellow Glowlight (thin)"), drawtype = "nodebox", tiles = { @@ -251,7 +251,7 @@ minetest.register_node('technic:homedecor_glowlight_quarter_yellow_active', { -- White -- half node -minetest.register_node('technic:homedecor_glowlight_half_white', { +minetest.register_node("technic:homedecor_glowlight_half_white", { description = S("White Glowlight (thick)"), drawtype = "nodebox", tiles = { @@ -288,7 +288,7 @@ minetest.register_node('technic:homedecor_glowlight_half_white', { end }) -minetest.register_node('technic:homedecor_glowlight_half_white_active', { +minetest.register_node("technic:homedecor_glowlight_half_white_active", { description = S("White Glowlight (thick)"), drawtype = "nodebox", tiles = { @@ -328,7 +328,7 @@ minetest.register_node('technic:homedecor_glowlight_half_white_active', { }) -- White -- Quarter node -minetest.register_node('technic:homedecor_glowlight_quarter_white', { +minetest.register_node("technic:homedecor_glowlight_quarter_white", { description = S("White Glowlight (thin)"), drawtype = "nodebox", tiles = { @@ -365,7 +365,7 @@ minetest.register_node('technic:homedecor_glowlight_quarter_white', { end }) -minetest.register_node('technic:homedecor_glowlight_quarter_white_active', { +minetest.register_node("technic:homedecor_glowlight_quarter_white_active", { description = S("White Glowlight (thin)"), drawtype = "nodebox", tiles = { @@ -405,7 +405,7 @@ minetest.register_node('technic:homedecor_glowlight_quarter_white_active', { }) -- Glowlight "cubes" - yellow -minetest.register_node('technic:homedecor_glowlight_small_cube_yellow', { +minetest.register_node("technic:homedecor_glowlight_small_cube_yellow", { description = S("Yellow Glowlight (small cube)"), drawtype = "nodebox", tiles = { @@ -442,7 +442,7 @@ minetest.register_node('technic:homedecor_glowlight_small_cube_yellow', { end }) -minetest.register_node('technic:homedecor_glowlight_small_cube_yellow_active', { +minetest.register_node("technic:homedecor_glowlight_small_cube_yellow_active", { description = S("Yellow Glowlight (small cube)"), drawtype = "nodebox", tiles = { @@ -482,7 +482,7 @@ minetest.register_node('technic:homedecor_glowlight_small_cube_yellow_active', { }) -- Glowlight "cubes" - white -minetest.register_node('technic:homedecor_glowlight_small_cube_white', { +minetest.register_node("technic:homedecor_glowlight_small_cube_white", { description = S("White Glowlight (small cube)"), drawtype = "nodebox", tiles = { @@ -519,7 +519,7 @@ minetest.register_node('technic:homedecor_glowlight_small_cube_white', { end }) -minetest.register_node('technic:homedecor_glowlight_small_cube_white_active', { +minetest.register_node("technic:homedecor_glowlight_small_cube_white_active", { description = S("White Glowlight (small cube)"), drawtype = "nodebox", tiles = { diff --git a/technic/machines/MV/power_radiator.lua b/technic/machines/MV/power_radiator.lua index 454f917..ebf17e1 100644 --- a/technic/machines/MV/power_radiator.lua +++ b/technic/machines/MV/power_radiator.lua @@ -16,9 +16,9 @@ local power_radius = 12 minetest.register_craft({ output = 'technic:power_radiator 1', recipe = { - { 'technic:stainless_steel_ingot', 'technic:mv_transformer', 'technic:stainless_steel_ingot' }, - { 'technic:copper_coil', 'technic:machine_casing', 'technic:copper_coil' }, - { 'technic:rubber', 'technic:mv_cable', 'technic:rubber' }, + { "technic:stainless_steel_ingot", "technic:mv_transformer", "technic:stainless_steel_ingot" }, + { "technic:copper_coil", "technic:machine_casing", "technic:copper_coil" }, + { "technic:rubber", "technic:mv_cable", "technic:rubber" }, } }) diff --git a/technic/machines/MV/solar_array.lua b/technic/machines/MV/solar_array.lua index e38a2b5..c219e4c 100644 --- a/technic/machines/MV/solar_array.lua +++ b/technic/machines/MV/solar_array.lua @@ -1,9 +1,9 @@ minetest.register_craft({ output = 'technic:solar_array_mv 1', recipe = { - { 'technic:solar_array_lv', 'technic:solar_array_lv', 'technic:solar_array_lv' }, - { 'technic:carbon_steel_ingot', 'technic:mv_transformer', 'technic:carbon_steel_ingot' }, - { '', 'technic:mv_cable', '' }, + { "technic:solar_array_lv", "technic:solar_array_lv", "technic:solar_array_lv" }, + { "technic:carbon_steel_ingot", "technic:mv_transformer", "technic:carbon_steel_ingot" }, + { "", "technic:mv_cable", "" }, } }) diff --git a/technic/machines/MV/tool_workshop.lua b/technic/machines/MV/tool_workshop.lua index ae6683a..c58d7e5 100644 --- a/technic/machines/MV/tool_workshop.lua +++ b/technic/machines/MV/tool_workshop.lua @@ -6,11 +6,11 @@ minetest.register_alias("tool_workshop", "technic:tool_workshop") local S = technic.getter minetest.register_craft({ - output = 'technic:tool_workshop', + output = "technic:tool_workshop", recipe = { - { 'group:wood', 'default:diamond', 'group:wood' }, - { 'mesecons_pistons:piston_sticky_off', 'technic:machine_casing', 'technic:carbon_cloth' }, - { 'default:obsidian', 'technic:mv_cable', 'default:obsidian' }, + { "group:wood", "default:diamond", "group:wood" }, + { "mesecons_pistons:piston_sticky_off", "technic:machine_casing", "technic:carbon_cloth" }, + { "default:obsidian", "technic:mv_cable", "default:obsidian" }, } }) diff --git a/technic/machines/MV/wind_mill.lua b/technic/machines/MV/wind_mill.lua index c50327b..5ce244a 100644 --- a/technic/machines/MV/wind_mill.lua +++ b/technic/machines/MV/wind_mill.lua @@ -3,18 +3,18 @@ local S = technic.getter minetest.register_craft({ output = 'technic:wind_mill_frame 5', recipe = { - { 'technic:carbon_steel_ingot', '', 'technic:carbon_steel_ingot' }, - { '', 'technic:carbon_steel_ingot', '' }, - { 'technic:carbon_steel_ingot', '', 'technic:carbon_steel_ingot' }, + { "technic:carbon_steel_ingot", "", "technic:carbon_steel_ingot" }, + { "", "technic:carbon_steel_ingot", "" }, + { "technic:carbon_steel_ingot", "", "technic:carbon_steel_ingot" }, } }) minetest.register_craft({ - output = 'technic:wind_mill', + output = "technic:wind_mill", recipe = { - { '', 'technic:motor', '' }, - { 'technic:carbon_steel_ingot', 'technic:carbon_steel_block', 'technic:carbon_steel_ingot' }, - { '', 'technic:mv_cable', '' }, + { "", "technic:motor", "" }, + { "technic:carbon_steel_ingot", "technic:carbon_steel_block", "technic:carbon_steel_ingot" }, + { "", "technic:mv_cable", "" }, } }) diff --git a/technic/machines/other/coal_alloy_furnace.lua b/technic/machines/other/coal_alloy_furnace.lua index cca9d1a..72e585d 100644 --- a/technic/machines/other/coal_alloy_furnace.lua +++ b/technic/machines/other/coal_alloy_furnace.lua @@ -3,11 +3,11 @@ local S = technic.getter minetest.register_craft({ - output = 'technic:coal_alloy_furnace', + output = "technic:coal_alloy_furnace", recipe = { - { 'default:brick', 'default:brick', 'default:brick' }, - { 'default:brick', '', 'default:brick' }, - { 'default:brick', 'default:brick', 'default:brick' }, + { "default:brick", "default:brick", "default:brick" }, + { "default:brick", "", "default:brick" }, + { "default:brick", "default:brick", "default:brick" }, } }) diff --git a/technic/machines/other/constructor.lua b/technic/machines/other/constructor.lua index 9912496..995fe34 100644 --- a/technic/machines/other/constructor.lua +++ b/technic/machines/other/constructor.lua @@ -66,18 +66,18 @@ end minetest.register_craft({ type = "shapeless", output = 'technic:constructor_mk1_off 1', - recipe = { 'technic:nodebreaker_off', 'technic:deployer_off' }, + recipe = { "technic:nodebreaker_off", "technic:deployer_off" }, }) minetest.register_craft({ type = "shapeless", output = 'technic:constructor_mk2_off 1', - recipe = { 'technic:constructor_mk1_off', 'technic:constructor_mk1_off' }, + recipe = { "technic:constructor_mk1_off", "technic:constructor_mk1_off" }, }) minetest.register_craft({ type = "shapeless", output = 'technic:constructor_mk3_off 1', - recipe = { 'technic:constructor_mk2_off', 'technic:constructor_mk2_off' }, + recipe = { "technic:constructor_mk2_off", "technic:constructor_mk2_off" }, }) local function make_on(mark, length) diff --git a/technic/machines/other/frames.lua b/technic/machines/other/frames.lua index 5084f92..63d5d9a 100644 --- a/technic/machines/other/frames.lua +++ b/technic/machines/other/frames.lua @@ -868,56 +868,56 @@ minetest.register_node("technic:template_motor", { -- Crafts minetest.register_craft({ - output = 'technic:frame_111111', + output = "technic:frame_111111", recipe = { - { '', 'default:stick', '' }, - { 'default:stick', 'technic:brass_ingot', 'default:stick' }, - { '', 'default:stick', '' }, + { "", "default:stick", "" }, + { "default:stick", "technic:brass_ingot", "default:stick" }, + { "", "default:stick", "" }, } }) minetest.register_craft({ - output = 'technic:frame_motor', + output = "technic:frame_motor", recipe = { - { '', 'technic:frame_111111', '' }, - { 'group:mesecon_conductor_craftable', 'technic:motor', 'group:mesecon_conductor_craftable' }, - { '', 'technic:frame_111111', '' }, + { "", "technic:frame_111111", "" }, + { "group:mesecon_conductor_craftable", "technic:motor", "group:mesecon_conductor_craftable" }, + { "", "technic:frame_111111", "" }, } }) minetest.register_craft({ output = 'technic:template 10', recipe = { - { '', 'technic:brass_ingot', '' }, - { 'technic:brass_ingot', 'default:mese_crystal', 'technic:brass_ingot' }, - { '', 'technic:brass_ingot', '' }, + { "", "technic:brass_ingot", "" }, + { "technic:brass_ingot", "default:mese_crystal", "technic:brass_ingot" }, + { "", "technic:brass_ingot", "" }, } }) minetest.register_craft({ - output = 'technic:template_replacer', - recipe = { { 'technic:template' } } + output = "technic:template_replacer", + recipe = { { "technic:template" } } }) minetest.register_craft({ - output = 'technic:template', - recipe = { { 'technic:template_replacer' } } + output = "technic:template", + recipe = { { "technic:template_replacer" } } }) minetest.register_craft({ - output = 'technic:template_motor', + output = "technic:template_motor", recipe = { - { '', 'technic:template', '' }, - { 'group:mesecon_conductor_craftable', 'technic:motor', 'group:mesecon_conductor_craftable' }, - { '', 'technic:template', '' }, + { "", "technic:template", "" }, + { "group:mesecon_conductor_craftable", "technic:motor", "group:mesecon_conductor_craftable" }, + { "", "technic:template", "" }, } }) minetest.register_craft({ - output = 'technic:template_tool', + output = "technic:template_tool", recipe = { - { '', 'technic:template', '' }, - { 'default:mese_crystal', 'default:stick', 'default:mese_crystal' }, - { '', 'default:stick', '' }, + { "", "technic:template", "" }, + { "default:mese_crystal", "default:stick", "default:mese_crystal" }, + { "", "default:stick", "" }, } }) diff --git a/technic/machines/other/injector.lua b/technic/machines/other/injector.lua index 42e7595..5b44abb 100644 --- a/technic/machines/other/injector.lua +++ b/technic/machines/other/injector.lua @@ -40,9 +40,9 @@ end minetest.register_craft({ output = 'technic:injector 1', recipe = { - { '', 'technic:control_logic_unit', '' }, - { '', 'default:chest', '' }, - { '', 'pipeworks:tube_1', '' }, + { "", "technic:control_logic_unit", "" }, + { "", "default:chest", "" }, + { "", "pipeworks:tube_1", "" }, } }) diff --git a/technic/machines/register/battery_box.lua b/technic/machines/register/battery_box.lua index a680acb..d929fe2 100644 --- a/technic/machines/register/battery_box.lua +++ b/technic/machines/register/battery_box.lua @@ -6,11 +6,11 @@ technic.register_power_tool("technic:green_energy_crystal", 150000) technic.register_power_tool("technic:blue_energy_crystal", 450000) minetest.register_craft({ - output = 'technic:battery', + output = "technic:battery", recipe = { - { 'group:wood', 'default:copper_ingot', 'group:wood' }, - { 'group:wood', 'moreores:tin_ingot', 'group:wood' }, - { 'group:wood', 'default:copper_ingot', 'group:wood' }, + { "group:wood", "default:copper_ingot", "group:wood" }, + { "group:wood", "moreores:tin_ingot", "group:wood" }, + { "group:wood", "default:copper_ingot", "group:wood" }, } }) diff --git a/technic/machines/register/compressor_recipes.lua b/technic/machines/register/compressor_recipes.lua index 7ccbc3d..eb43eed 100644 --- a/technic/machines/register/compressor_recipes.lua +++ b/technic/machines/register/compressor_recipes.lua @@ -22,8 +22,8 @@ local recipes = { minetest.register_craft({ output = "default:sand 0", recipe = { - { 'group:sand', 'group:sand' }, - { 'group:sand', 'group:sand' } + { "group:sand", "group:sand" }, + { "group:sand", "group:sand" } }, }) diff --git a/technic/machines/register/grinder_recipes.lua b/technic/machines/register/grinder_recipes.lua index 07cf3ee..e7437d9 100644 --- a/technic/machines/register/grinder_recipes.lua +++ b/technic/machines/register/grinder_recipes.lua @@ -32,7 +32,7 @@ local recipes = { minetest.register_craft({ output = "default:sandstone 0", recipe = { - { 'default:sandstone' } + { "default:sandstone" } }, }) @@ -64,14 +64,14 @@ end -- defuse common grinder unfriendly recipes if minetest.get_modpath("fake_fire") then -- from homedecor_modpack - minetest.register_craft({ output = 'default:cobble 0', recipe = { { 'default:cobble' } } }) - minetest.register_craft({ output = 'default:gravel 0', recipe = { { 'default:gravel' } } }) + minetest.register_craft({ output = 'default:cobble 0', recipe = { { "default:cobble" } } }) + minetest.register_craft({ output = 'default:gravel 0', recipe = { { "default:gravel" } } }) end -- dusts local function register_dust(name, ingot) local lname = string.lower(name) - lname = string.gsub(lname, ' ', '_') + lname = string.gsub(lname, ' ', "_") minetest.register_craftitem("technic:"..lname.."_dust", { description = S("%s Dust"):format(S(name)), inventory_image = "technic_"..lname.."_dust.png", diff --git a/technic/machines/register/grindings.lua b/technic/machines/register/grindings.lua index 2413bcc..9ef8403 100644 --- a/technic/machines/register/grindings.lua +++ b/technic/machines/register/grindings.lua @@ -15,7 +15,7 @@ technic.register_compressor_recipe({ input = { sawdust.." 4" }, output = "defaul -- tree/wood grindings local function register_tree_grinding(name, tree, wood, extract, grinding_color) local lname = string.lower(name) - lname = string.gsub(lname, ' ', '_') + lname = string.gsub(lname, ' ', "_") local grindings_name = "technic:"..lname.."_grindings" local inventory_image = "technic_"..lname.."_grindings.png" if grinding_color then diff --git a/technic/machines/supply_converter.lua b/technic/machines/supply_converter.lua index bc1d421..fa21cd8 100644 --- a/technic/machines/supply_converter.lua +++ b/technic/machines/supply_converter.lua @@ -140,9 +140,9 @@ minetest.register_node("technic:supply_converter", { minetest.register_craft({ output = 'technic:supply_converter 1', recipe = { - { 'technic:fine_gold_wire', 'technic:rubber', 'technic:doped_silicon_wafer' }, - { 'technic:mv_transformer', 'technic:machine_casing', 'technic:lv_transformer' }, - { 'technic:mv_cable', 'technic:rubber', 'technic:lv_cable' }, + { "technic:fine_gold_wire", "technic:rubber", "technic:doped_silicon_wafer" }, + { "technic:mv_transformer", "technic:machine_casing", "technic:lv_transformer" }, + { "technic:mv_cable", "technic:rubber", "technic:lv_cable" }, } }) diff --git a/technic/tools/cans.lua b/technic/tools/cans.lua index 751c612..537dcca 100644 --- a/technic/tools/cans.lua +++ b/technic/tools/cans.lua @@ -89,9 +89,9 @@ technic.register_can({ minetest.register_craft({ output = 'technic:water_can 1', recipe = { - { 'technic:zinc_ingot', 'technic:rubber', 'technic:zinc_ingot' }, - { 'technic:carbon_steel_ingot', '', 'technic:carbon_steel_ingot' }, - { 'technic:zinc_ingot', 'technic:carbon_steel_ingot', 'technic:zinc_ingot' }, + { "technic:zinc_ingot", "technic:rubber", "technic:zinc_ingot" }, + { "technic:carbon_steel_ingot", "", "technic:carbon_steel_ingot" }, + { "technic:zinc_ingot", "technic:carbon_steel_ingot", "technic:zinc_ingot" }, } }) @@ -107,8 +107,8 @@ technic.register_can({ minetest.register_craft({ output = 'technic:lava_can 1', recipe = { - { 'technic:zinc_ingot', 'technic:stainless_steel_ingot', 'technic:zinc_ingot' }, - { 'technic:stainless_steel_ingot', '', 'technic:stainless_steel_ingot' }, - { 'technic:zinc_ingot', 'technic:stainless_steel_ingot', 'technic:zinc_ingot' }, + { "technic:zinc_ingot", "technic:stainless_steel_ingot", "technic:zinc_ingot" }, + { "technic:stainless_steel_ingot", "", "technic:stainless_steel_ingot" }, + { "technic:zinc_ingot", "technic:stainless_steel_ingot", "technic:zinc_ingot" }, } }) diff --git a/technic/tools/mining_drill.lua b/technic/tools/mining_drill.lua index ecbe36b..57f87a3 100644 --- a/technic/tools/mining_drill.lua +++ b/technic/tools/mining_drill.lua @@ -4,36 +4,36 @@ local power_usage_per_node = { 200, 500, 800 } local S = technic.getter minetest.register_craft({ - output = 'technic:mining_drill', + output = "technic:mining_drill", recipe = { - { 'moreores:tin_ingot', 'technic:diamond_drill_head', 'moreores:tin_ingot' }, - { 'technic:stainless_steel_ingot', 'technic:motor', 'technic:stainless_steel_ingot' }, - { '', 'technic:red_energy_crystal', 'default:copper_ingot' }, + { "moreores:tin_ingot", "technic:diamond_drill_head", "moreores:tin_ingot" }, + { "technic:stainless_steel_ingot", "technic:motor", "technic:stainless_steel_ingot" }, + { "", "technic:red_energy_crystal", "default:copper_ingot" }, } }) minetest.register_craft({ - output = 'technic:mining_drill_mk2', + output = "technic:mining_drill_mk2", recipe = { - { 'technic:diamond_drill_head', 'technic:diamond_drill_head', 'technic:diamond_drill_head' }, - { 'technic:stainless_steel_ingot', 'technic:mining_drill', 'technic:stainless_steel_ingot' }, - { '', 'technic:green_energy_crystal', '' }, + { "technic:diamond_drill_head", "technic:diamond_drill_head", "technic:diamond_drill_head" }, + { "technic:stainless_steel_ingot", "technic:mining_drill", "technic:stainless_steel_ingot" }, + { "", "technic:green_energy_crystal", "" }, } }) minetest.register_craft({ - output = 'technic:mining_drill_mk3', + output = "technic:mining_drill_mk3", recipe = { - { 'technic:diamond_drill_head', 'technic:diamond_drill_head', 'technic:diamond_drill_head' }, - { 'technic:stainless_steel_ingot', 'technic:mining_drill_mk2', 'technic:stainless_steel_ingot' }, - { '', 'technic:blue_energy_crystal', '' }, + { "technic:diamond_drill_head", "technic:diamond_drill_head", "technic:diamond_drill_head" }, + { "technic:stainless_steel_ingot", "technic:mining_drill_mk2", "technic:stainless_steel_ingot" }, + { "", "technic:blue_energy_crystal", "" }, } }) for i = 1, 4 do minetest.register_craft({ - output = 'technic:mining_drill_mk3', + output = "technic:mining_drill_mk3", recipe = { - { 'technic:diamond_drill_head', 'technic:diamond_drill_head', 'technic:diamond_drill_head' }, - { 'technic:stainless_steel_ingot', 'technic:mining_drill_mk2_'..i, 'technic:stainless_steel_ingot' }, - { '', 'technic:blue_energy_crystal', '' }, + { "technic:diamond_drill_head", "technic:diamond_drill_head", "technic:diamond_drill_head" }, + { "technic:stainless_steel_ingot", "technic:mining_drill_mk2_"..i, "technic:stainless_steel_ingot" }, + { "", "technic:blue_energy_crystal", "" }, } }) end diff --git a/technic/tools/mining_lasers.lua b/technic/tools/mining_lasers.lua index d504e00..5351a5a 100644 --- a/technic/tools/mining_lasers.lua +++ b/technic/tools/mining_lasers.lua @@ -8,27 +8,27 @@ local mining_lasers_list = { local S = technic.getter minetest.register_craft({ - output = 'technic:laser_mk1', + output = "technic:laser_mk1", recipe = { - { 'default:diamond', 'technic:brass_ingot', 'default:obsidian_glass' }, - { '', 'technic:brass_ingot', 'technic:red_energy_crystal' }, - { '', '', 'default:copper_ingot' }, + { "default:diamond", "technic:brass_ingot", "default:obsidian_glass" }, + { "", "technic:brass_ingot", "technic:red_energy_crystal" }, + { "", "", "default:copper_ingot" }, } }) minetest.register_craft({ - output = 'technic:laser_mk2', + output = "technic:laser_mk2", recipe = { - { 'default:diamond', 'technic:carbon_steel_ingot', 'technic:laser_mk1' }, - { '', 'technic:carbon_steel_ingot', 'technic:green_energy_crystal' }, - { '', '', 'default:copper_ingot' }, + { "default:diamond", "technic:carbon_steel_ingot", "technic:laser_mk1" }, + { "", "technic:carbon_steel_ingot", "technic:green_energy_crystal" }, + { "", "", "default:copper_ingot" }, } }) minetest.register_craft({ - output = 'technic:laser_mk3', + output = "technic:laser_mk3", recipe = { - { 'default:diamond', 'technic:carbon_steel_ingot', 'technic:laser_mk2' }, - { '', 'technic:carbon_steel_ingot', 'technic:blue_energy_crystal' }, - { '', '', 'default:copper_ingot' }, + { "default:diamond", "technic:carbon_steel_ingot", "technic:laser_mk2" }, + { "", "technic:carbon_steel_ingot", "technic:blue_energy_crystal" }, + { "", "", "default:copper_ingot" }, } }) diff --git a/technic/tools/vacuum.lua b/technic/tools/vacuum.lua index da0686b..7baedcd 100644 --- a/technic/tools/vacuum.lua +++ b/technic/tools/vacuum.lua @@ -52,10 +52,10 @@ minetest.register_tool("technic:vacuum", { }) minetest.register_craft({ - output = 'technic:vacuum', + output = "technic:vacuum", recipe = { - { 'pipeworks:tube_1', 'pipeworks:filter', 'technic:battery' }, - { 'pipeworks:tube_1', 'technic:motor', 'technic:battery' }, - { 'technic:stainless_steel_ingot', '', '' }, + { "pipeworks:tube_1", "pipeworks:filter", "technic:battery" }, + { "pipeworks:tube_1", "technic:motor", "technic:battery" }, + { "technic:stainless_steel_ingot", "", "" }, } }) diff --git a/technic_chests/copper_chest.lua b/technic_chests/copper_chest.lua index 5294893..b2d39ce 100644 --- a/technic_chests/copper_chest.lua +++ b/technic_chests/copper_chest.lua @@ -1,26 +1,26 @@ minetest.register_craft({ output = 'technic:copper_chest 1', recipe = { - { 'default:copper_ingot', 'default:copper_ingot', 'default:copper_ingot' }, - { 'default:copper_ingot', 'technic:iron_chest', 'default:copper_ingot' }, - { 'default:copper_ingot', 'default:copper_ingot', 'default:copper_ingot' }, + { "default:copper_ingot", "default:copper_ingot", "default:copper_ingot" }, + { "default:copper_ingot", "technic:iron_chest", "default:copper_ingot" }, + { "default:copper_ingot", "default:copper_ingot", "default:copper_ingot" }, } }) minetest.register_craft({ output = 'technic:copper_locked_chest 1', recipe = { - { 'default:copper_ingot', 'default:copper_ingot', 'default:copper_ingot' }, - { 'default:copper_ingot', 'technic:iron_locked_chest', 'default:copper_ingot' }, - { 'default:copper_ingot', 'default:copper_ingot', 'default:copper_ingot' }, + { "default:copper_ingot", "default:copper_ingot", "default:copper_ingot" }, + { "default:copper_ingot", "technic:iron_locked_chest", "default:copper_ingot" }, + { "default:copper_ingot", "default:copper_ingot", "default:copper_ingot" }, } }) minetest.register_craft({ output = 'technic:copper_locked_chest 1', recipe = { - { 'default:steel_ingot' }, - { 'technic:copper_chest' }, + { "default:steel_ingot" }, + { "technic:copper_chest" }, } }) diff --git a/technic_chests/gold_chest.lua b/technic_chests/gold_chest.lua index c13b0ac..d3a8d75 100644 --- a/technic_chests/gold_chest.lua +++ b/technic_chests/gold_chest.lua @@ -1,36 +1,36 @@ local material_list if minetest.get_modpath("moreores") then - material_list = { 'silver' } + material_list = { "silver" } else -- Make the gold chest obtainable for mere mortals (the silver chest is not obtainable) - material_list = { 'copper', 'silver' } + material_list = { "copper", "silver" } end for _, material in ipairs(material_list) do minetest.register_craft({ - output = 'technic:gold_chest', + output = "technic:gold_chest", recipe = { - { 'default:gold_ingot', 'default:gold_ingot', 'default:gold_ingot' }, - { 'default:gold_ingot', "technic:"..material.."_chest", 'default:gold_ingot' }, - { 'default:gold_ingot', 'default:gold_ingot', 'default:gold_ingot' }, + { "default:gold_ingot", "default:gold_ingot", "default:gold_ingot" }, + { "default:gold_ingot", "technic:"..material.."_chest", "default:gold_ingot" }, + { "default:gold_ingot", "default:gold_ingot", "default:gold_ingot" }, } }) minetest.register_craft({ - output = 'technic:gold_locked_chest', + output = "technic:gold_locked_chest", recipe = { - { 'default:gold_ingot', 'default:gold_ingot', 'default:gold_ingot' }, - { 'default:gold_ingot', "technic:"..material.."_locked_chest", 'default:gold_ingot' }, - { 'default:gold_ingot', 'default:gold_ingot', 'default:gold_ingot' }, + { "default:gold_ingot", "default:gold_ingot", "default:gold_ingot" }, + { "default:gold_ingot", "technic:"..material.."_locked_chest", "default:gold_ingot" }, + { "default:gold_ingot", "default:gold_ingot", "default:gold_ingot" }, } }) end minetest.register_craft({ - output = 'technic:gold_locked_chest', + output = "technic:gold_locked_chest", recipe = { - { 'default:steel_ingot' }, - { 'technic:gold_chest' }, + { "default:steel_ingot" }, + { "technic:gold_chest" }, } }) diff --git a/technic_chests/iron_chest.lua b/technic_chests/iron_chest.lua index a7684a1..5a683f5 100644 --- a/technic_chests/iron_chest.lua +++ b/technic_chests/iron_chest.lua @@ -9,7 +9,7 @@ minetest.register_craft({ output = 'technic:iron_chest 1', recipe = { { cast_iron_ingot, cast_iron_ingot, cast_iron_ingot }, - { cast_iron_ingot, 'default:chest', cast_iron_ingot }, + { cast_iron_ingot, "default:chest", cast_iron_ingot }, { cast_iron_ingot, cast_iron_ingot, cast_iron_ingot }, } }) @@ -18,7 +18,7 @@ minetest.register_craft({ output = 'technic:iron_locked_chest 1', recipe = { { cast_iron_ingot, cast_iron_ingot, cast_iron_ingot }, - { cast_iron_ingot, 'default:chest_locked', cast_iron_ingot }, + { cast_iron_ingot, "default:chest_locked", cast_iron_ingot }, { cast_iron_ingot, cast_iron_ingot, cast_iron_ingot }, } }) @@ -26,8 +26,8 @@ minetest.register_craft({ minetest.register_craft({ output = 'technic:iron_locked_chest 1', recipe = { - { 'default:steel_ingot' }, - { 'technic:iron_chest' }, + { "default:steel_ingot" }, + { "technic:iron_chest" }, } }) diff --git a/technic_chests/mithril_chest.lua b/technic_chests/mithril_chest.lua index e696f80..2e4fc0d 100644 --- a/technic_chests/mithril_chest.lua +++ b/technic_chests/mithril_chest.lua @@ -2,18 +2,18 @@ if minetest.get_modpath("moreores") then minetest.register_craft({ output = 'technic:mithril_chest 1', recipe = { - { 'moreores:mithril_ingot', 'moreores:mithril_ingot', 'moreores:mithril_ingot' }, - { 'moreores:mithril_ingot', 'technic:gold_chest', 'moreores:mithril_ingot' }, - { 'moreores:mithril_ingot', 'moreores:mithril_ingot', 'moreores:mithril_ingot' }, + { "moreores:mithril_ingot", "moreores:mithril_ingot", "moreores:mithril_ingot" }, + { "moreores:mithril_ingot", "technic:gold_chest", "moreores:mithril_ingot" }, + { "moreores:mithril_ingot", "moreores:mithril_ingot", "moreores:mithril_ingot" }, } }) minetest.register_craft({ output = 'technic:mithril_locked_chest 1', recipe = { - { 'moreores:mithril_ingot', 'moreores:mithril_ingot', 'moreores:mithril_ingot' }, - { 'moreores:mithril_ingot', 'technic:gold_locked_chest', 'moreores:mithril_ingot' }, - { 'moreores:mithril_ingot', 'moreores:mithril_ingot', 'moreores:mithril_ingot' }, + { "moreores:mithril_ingot", "moreores:mithril_ingot", "moreores:mithril_ingot" }, + { "moreores:mithril_ingot", "technic:gold_locked_chest", "moreores:mithril_ingot" }, + { "moreores:mithril_ingot", "moreores:mithril_ingot", "moreores:mithril_ingot" }, } }) end @@ -21,8 +21,8 @@ end minetest.register_craft({ output = 'technic:mithril_locked_chest 1', recipe = { - { 'default:steel_ingot' }, - { 'technic:mithril_chest' }, + { "default:steel_ingot" }, + { "technic:mithril_chest" }, } }) diff --git a/technic_chests/silver_chest.lua b/technic_chests/silver_chest.lua index e08b23c..032c36b 100644 --- a/technic_chests/silver_chest.lua +++ b/technic_chests/silver_chest.lua @@ -1,28 +1,28 @@ if minetest.get_modpath("moreores") then minetest.register_craft({ - output = 'technic:silver_chest', + output = "technic:silver_chest", recipe = { - { 'moreores:silver_ingot', 'moreores:silver_ingot', 'moreores:silver_ingot' }, - { 'moreores:silver_ingot', 'technic:copper_chest', 'moreores:silver_ingot' }, - { 'moreores:silver_ingot', 'moreores:silver_ingot', 'moreores:silver_ingot' }, + { "moreores:silver_ingot", "moreores:silver_ingot", "moreores:silver_ingot" }, + { "moreores:silver_ingot", "technic:copper_chest", "moreores:silver_ingot" }, + { "moreores:silver_ingot", "moreores:silver_ingot", "moreores:silver_ingot" }, } }) minetest.register_craft({ - output = 'technic:silver_locked_chest', + output = "technic:silver_locked_chest", recipe = { - { 'moreores:silver_ingot', 'moreores:silver_ingot', 'moreores:silver_ingot' }, - { 'moreores:silver_ingot', 'technic:copper_locked_chest', 'moreores:silver_ingot' }, - { 'moreores:silver_ingot', 'moreores:silver_ingot', 'moreores:silver_ingot' }, + { "moreores:silver_ingot", "moreores:silver_ingot", "moreores:silver_ingot" }, + { "moreores:silver_ingot", "technic:copper_locked_chest", "moreores:silver_ingot" }, + { "moreores:silver_ingot", "moreores:silver_ingot", "moreores:silver_ingot" }, } }) end minetest.register_craft({ - output = 'technic:silver_locked_chest', + output = "technic:silver_locked_chest", recipe = { - { 'default:steel_ingot' }, - { 'technic:silver_chest' }, + { "default:steel_ingot" }, + { "technic:silver_chest" }, } }) diff --git a/technic_worldgen/crafts.lua b/technic_worldgen/crafts.lua index c5f2209..204e52e 100644 --- a/technic_worldgen/crafts.lua +++ b/technic_worldgen/crafts.lua @@ -102,45 +102,45 @@ register_block("technic:carbon_steel_block", "technic:carbon_steel_ingot") register_block("technic:stainless_steel_block", "technic:stainless_steel_ingot") minetest.register_craft({ - type = 'cooking', + type = "cooking", recipe = "technic:zinc_lump", output = "technic:zinc_ingot", }) minetest.register_craft({ - type = 'cooking', + type = "cooking", recipe = "technic:chromium_lump", output = "technic:chromium_ingot", }) minetest.register_craft({ - type = 'cooking', + type = "cooking", recipe = "technic:uranium_lump", output = "technic:uranium_ingot", }) minetest.register_craft({ - type = 'cooking', + type = "cooking", recipe = "technic:lead_lump", output = "technic:lead_ingot", }) minetest.register_craft({ - type = 'cooking', + type = "cooking", recipe = minetest.registered_aliases["technic:wrought_iron_ingot"], output = "technic:cast_iron_ingot", }) minetest.register_craft({ - type = 'cooking', + type = "cooking", recipe = "technic:cast_iron_ingot", cooktime = 2, output = "technic:wrought_iron_ingot", }) minetest.register_craft({ - type = 'cooking', + type = "cooking", recipe = "technic:carbon_steel_ingot", cooktime = 2, output = "technic:wrought_iron_ingot", diff --git a/technic_worldgen/nodes.lua b/technic_worldgen/nodes.lua index aeaa427..09061ae 100644 --- a/technic_worldgen/nodes.lua +++ b/technic_worldgen/nodes.lua @@ -143,8 +143,8 @@ minetest.register_node(":technic:brass_block", { minetest.register_craft({ output = 'technic:marble_bricks 4', recipe = { - { 'technic:marble', 'technic:marble' }, - { 'technic:marble', 'technic:marble' } + { "technic:marble", "technic:marble" }, + { "technic:marble", "technic:marble" } } }) diff --git a/wrench/technic.lua b/wrench/technic.lua index b17e95d..43c0b7d 100644 --- a/wrench/technic.lua +++ b/wrench/technic.lua @@ -362,22 +362,22 @@ wrench:register_node("technic:mv_centrifuge_active", { local chest_mark_colors = { - '_black', - '_blue', - '_brown', - '_cyan', - '_dark_green', - '_dark_grey', - '_green', - '_grey', - '_magenta', - '_orange', - '_pink', - '_red', - '_violet', - '_white', - '_yellow', - '', + "_black", + "_blue", + "_brown", + "_cyan", + "_dark_green", + "_dark_grey", + "_green", + "_grey", + "_magenta", + "_orange", + "_pink", + "_red", + "_violet", + "_white", + "_yellow", + "", } for i = 1, 15 do