Unify spacing

* Fix spacing in various files

---------

Co-authored-by: theFox6 <the.Fox6@gmx.de>
This commit is contained in:
beepbopbeepboop 2024-01-24 00:53:14 -08:00 committed by GitHub
parent e00028cc09
commit a21dbd9b82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
23 changed files with 2110 additions and 2109 deletions

@ -3,6 +3,7 @@
local me = microexpansion local me = microexpansion
local substitute_basic_materials = microexpansion.settings.simple_craft == true or not minetest.get_modpath("basic_materials") local substitute_basic_materials = microexpansion.settings.simple_craft == true or not minetest.get_modpath("basic_materials")
local gold_wire_recipe
if minetest.get_modpath("mcl_core") then if minetest.get_modpath("mcl_core") then
gold_wire_recipe = { gold_wire_recipe = {

@ -3,6 +3,7 @@
local me = microexpansion local me = microexpansion
-- custom items that are used by multiple devices -- custom items that are used by multiple devices
local steel_infused_obsidian_ingot_recipe, machine_casing_recipe
if minetest.get_modpath("mcl_core") then if minetest.get_modpath("mcl_core") then
steel_infused_obsidian_ingot_recipe = { steel_infused_obsidian_ingot_recipe = {

@ -260,4 +260,3 @@ if me.uinv_category_enabled then
unified_inventory.add_category_item("storage", "microexpansion:ctrl") unified_inventory.add_category_item("storage", "microexpansion:ctrl")
unified_inventory.add_category_item("storage", "microexpansion:cable") unified_inventory.add_category_item("storage", "microexpansion:cable")
end end

@ -12,7 +12,7 @@ microexpansion.register_cell("cell_1k", {
{"mcl_copper:copper_ingot", "microexpansion:steel_infused_obsidian_ingot", "mcl_copper:copper_ingot"}, {"mcl_copper:copper_ingot", "microexpansion:steel_infused_obsidian_ingot", "mcl_copper:copper_ingot"},
{"moreores:tin_ingot", "mcl_copper:copper_ingot", "moreores:tin_ingot"} {"moreores:tin_ingot", "mcl_copper:copper_ingot", "moreores:tin_ingot"}
}}, }},
} },
}) })
microexpansion.register_cell("cell_2k", { microexpansion.register_cell("cell_2k", {