forked from cacklingfiend/Indium2
Compare commits
3 commits
89dfe716ea
...
a8dba77096
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a8dba77096 | ||
|
|
5ca48e20cd | ||
|
|
b7bafa68d6 |
2 changed files with 10 additions and 8 deletions
|
|
@ -1,5 +1,6 @@
|
|||
[technology-name]
|
||||
indium-processing=Indium processing
|
||||
indium-matter-processing=Indium conversion
|
||||
indium-pcb-solder=Indium pcb solder
|
||||
|
||||
[technology-description]
|
||||
|
|
|
|||
|
|
@ -10,15 +10,16 @@ data:extend(
|
|||
icons =
|
||||
{
|
||||
{
|
||||
icon = "__Krastorio2Assets__/technologies/matter-coal.png",
|
||||
icon = "__Krastorio2Assets__/technologies/backgrounds/matter.png",
|
||||
icon_size = 256,
|
||||
},
|
||||
{
|
||||
icon = "__Indium2__/graphics/icons/indite-ore.png",
|
||||
icon_size = 64,
|
||||
scale = 1.4,
|
||||
scale = 1,
|
||||
}
|
||||
},
|
||||
effects = {},
|
||||
prerequisites = {"kr-matter-processing"},
|
||||
unit =
|
||||
{
|
||||
|
|
@ -38,16 +39,16 @@ matter.make_recipes({
|
|||
material = { type = "item", name = "indite-ore", amount = 10 },
|
||||
matter_count = 5,
|
||||
energy_required = 1,
|
||||
need_stabilizer = false,
|
||||
unlocked_by_technology = "indium-matter-processing"
|
||||
needs_stabilizer = false,
|
||||
unlocked_by = "indium-matter-processing"
|
||||
})
|
||||
|
||||
matter.make_recipes({
|
||||
matter.make_deconversion_recipe({
|
||||
material = { type = "item", name = "indium-plate", amount = 10 },
|
||||
matter_count = 10,
|
||||
energy_required = 3,
|
||||
only_deconversion = true,
|
||||
need_stabilizer = true,
|
||||
unlocked_by_technology = "indium-matter-processing"
|
||||
-- only_deconversion = true,
|
||||
needs_stabilizer = true,
|
||||
unlocked_by = "indium-matter-processing"
|
||||
})
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue