mirror of
https://github.com/theFox6/microexpansion.git
synced 2024-11-19 22:03:54 +01:00
Add Shared Module
Adds shared module along with Steel Infused Obsidian Ingot. Textures by @XtremeHacker
This commit is contained in:
parent
f11fe2ff90
commit
f4671fb685
@ -1 +1,2 @@
|
||||
shared = true
|
||||
storage = true
|
||||
|
17
modules/shared/init.lua
Normal file
17
modules/shared/init.lua
Normal 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" },
|
||||
},
|
||||
},
|
||||
})
|
BIN
textures/microexpansion_steel_infused_obsidian_ingot.png
Normal file
BIN
textures/microexpansion_steel_infused_obsidian_ingot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 315 B |
Loading…
Reference in New Issue
Block a user