Add Shared Module

Adds shared module along with Steel Infused Obsidian Ingot. Textures by @XtremeHacker
This commit is contained in:
octacian 2017-02-24 14:14:41 -08:00
parent f11fe2ff90
commit f4671fb685
3 changed files with 18 additions and 0 deletions

View File

@ -1 +1,2 @@
shared = true
storage = true

17
modules/shared/init.lua Normal file
View File

@ -0,0 +1,17 @@
-- shared/init.lua
local me = microexpansion
-- This mostly contains items that are used by multiple modules and
-- don't really fit with anything else.
-- [register item] Steel Infused Obsidian Ingot
me.register_item("steel_infused_obsidian_ingot", {
description = "Steel Infused Obsidian Ingot",
recipe = {
"single",
{ 1,
{ "default:steel_ingot", "default:obsidian_shard", "default:steel_ingot" },
},
},
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B