mirror of
https://github.com/theFox6/microexpansion.git
synced 2024-11-22 07:03:45 +01:00
Unify spacing
* Fix spacing in various files --------- Co-authored-by: theFox6 <the.Fox6@gmx.de>
This commit is contained in:
parent
e00028cc09
commit
a21dbd9b82
@ -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", {
|
||||||
|
Loading…
Reference in New Issue
Block a user