Add support for Muluna
This commit is contained in:
parent
562ed9dd76
commit
4d875f2eaa
5 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
local modList = {
|
local modList = {
|
||||||
"space-age",
|
"space-age",
|
||||||
"aai-industry"
|
"aai-industry",
|
||||||
|
"planet-muluna"
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, mod in pairs(modList) do
|
for _, mod in pairs(modList) do
|
||||||
|
|
1
hot-metals/compatibility/planet-muluna.lua
Normal file
1
hot-metals/compatibility/planet-muluna.lua
Normal file
|
@ -0,0 +1 @@
|
||||||
|
table.insert(HotMetals.items, "aluminum-plate")
|
BIN
hot-metals/graphics/icons/hot-aluminum-plate.png
Normal file
BIN
hot-metals/graphics/icons/hot-aluminum-plate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
sources/hot-aluminum-plate.afphoto
Normal file
BIN
sources/hot-aluminum-plate.afphoto
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue