again replace space indents with tabs and co.
This commit is contained in:
parent
307688744f
commit
bd8107500b
@ -8,23 +8,17 @@ local me = microexpansion
|
|||||||
-- [register item] Steel Infused Obsidian Ingot
|
-- [register item] Steel Infused Obsidian Ingot
|
||||||
me.register_item("steel_infused_obsidian_ingot", {
|
me.register_item("steel_infused_obsidian_ingot", {
|
||||||
description = "Steel Infused Obsidian Ingot",
|
description = "Steel Infused Obsidian Ingot",
|
||||||
recipe = {
|
recipe = {{1, {
|
||||||
{ 1, {
|
{"default:steel_ingot", "default:obsidian_shard", "default:steel_ingot"}}}
|
||||||
{ "default:steel_ingot", "default:obsidian_shard", "default:steel_ingot" },
|
}
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
|
|
||||||
-- [register item] Machine Casing
|
-- [register item] Machine Casing
|
||||||
me.register_item("machine_casing", {
|
me.register_item("machine_casing", {
|
||||||
description = "Machine Casing",
|
description = "Machine Casing",
|
||||||
recipe = {
|
recipe = {{1, {
|
||||||
{ 1, {
|
|
||||||
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
|
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
|
||||||
{"default:steel_ingot", "default:copper_ingot", "default:steel_ingot"},
|
{"default:steel_ingot", "default:copper_ingot", "default:steel_ingot"},
|
||||||
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
|
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
|
||||||
},
|
}}}
|
||||||
},
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user