forked from cacklingfiend/lignumis
Add compatibility with hot metals
This commit is contained in:
parent
c0dd8e69be
commit
b714b0f6fe
6 changed files with 8 additions and 0 deletions
|
@ -2,3 +2,4 @@ require("__cf-lib__/util")
|
||||||
|
|
||||||
require("prototypes/content/data")
|
require("prototypes/content/data")
|
||||||
require("prototypes/integrations/data")
|
require("prototypes/integrations/data")
|
||||||
|
require("prototypes/compatibility/data")
|
BIN
lignumis/graphics/icons/hot-gold-plate.png
Normal file
BIN
lignumis/graphics/icons/hot-gold-plate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.1 KiB |
|
@ -14,6 +14,7 @@
|
||||||
"Wood-Walls >= 1.2.0",
|
"Wood-Walls >= 1.2.0",
|
||||||
"mf-buildings >= 0.1.0",
|
"mf-buildings >= 0.1.0",
|
||||||
"mf-logistics >= 0.1.0",
|
"mf-logistics >= 0.1.0",
|
||||||
|
"?hot-metals",
|
||||||
"!wood-logistics"
|
"!wood-logistics"
|
||||||
]
|
]
|
||||||
}
|
}
|
1
lignumis/prototypes/compatibility/data.lua
Normal file
1
lignumis/prototypes/compatibility/data.lua
Normal file
|
@ -0,0 +1 @@
|
||||||
|
require("hot-metals")
|
5
lignumis/prototypes/compatibility/hot-metals.lua
Normal file
5
lignumis/prototypes/compatibility/hot-metals.lua
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
if not mods["hot-metals"] then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
|
table.insert(HotMetals.items, { name = "gold-plate", iconFolder = "__lignumis__/graphics/icons/" })
|
BIN
sources/icons/hot-gold-plate.afphoto
Normal file
BIN
sources/icons/hot-gold-plate.afphoto
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue