parent
19012408a5
commit
562ed9dd76
2 changed files with 2 additions and 3 deletions
|
@ -5,8 +5,7 @@ table.insert(HotMetals.items, "iron-stick")
|
||||||
table.insert(HotMetals.items, "pipe")
|
table.insert(HotMetals.items, "pipe")
|
||||||
table.insert(HotMetals.items, "pipe-to-ground")
|
table.insert(HotMetals.items, "pipe-to-ground")
|
||||||
table.insert(HotMetals.items, "tungsten-plate")
|
table.insert(HotMetals.items, "tungsten-plate")
|
||||||
-- Disabled because of https://forums.factorio.com/viewtopic.php?f=7&t=123081
|
table.insert(HotMetals.items, "low-density-structure")
|
||||||
--table.insert(HotMetals.items, "low-density-structure")
|
|
||||||
|
|
||||||
table.insert(HotMetals.craftingCategories, "metallurgy")
|
table.insert(HotMetals.craftingCategories, "metallurgy")
|
||||||
table.insert(HotMetals.craftingCategories, "crafting-with-fluid-or-metallurgy")
|
table.insert(HotMetals.craftingCategories, "crafting-with-fluid-or-metallurgy")
|
||||||
|
|
|
@ -2,7 +2,7 @@ HotMetals = {
|
||||||
items = {
|
items = {
|
||||||
"copper-plate",
|
"copper-plate",
|
||||||
"iron-plate",
|
"iron-plate",
|
||||||
"steel-plate",
|
"steel-plate"
|
||||||
},
|
},
|
||||||
craftingCategories = {
|
craftingCategories = {
|
||||||
"smelting"
|
"smelting"
|
||||||
|
|
Loading…
Add table
Reference in a new issue