Add compatibility with hot metals

This commit is contained in:
Simon Brodtmann 2025-01-07 10:21:54 +01:00
parent c0dd8e69be
commit b714b0f6fe
6 changed files with 8 additions and 0 deletions

View file

@ -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")

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

View file

@ -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"
] ]
} }

View file

@ -0,0 +1 @@
require("hot-metals")

View file

@ -0,0 +1,5 @@
if not mods["hot-metals"] then
return
end
table.insert(HotMetals.items, { name = "gold-plate", iconFolder = "__lignumis__/graphics/icons/" })

Binary file not shown.