Fix K2 matter recipe generation and tech icon
This commit is contained in:
parent
3d15a431f2
commit
3a045a5cba
1 changed files with 4 additions and 3 deletions
|
|
@ -17,9 +17,10 @@ data:extend(
|
||||||
{
|
{
|
||||||
icon = "__bzgas2__/graphics/icons/gas.png",
|
icon = "__bzgas2__/graphics/icons/gas.png",
|
||||||
icon_size = 128,
|
icon_size = 128,
|
||||||
scale = 1.4,
|
scale = 0.7,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
effects ={},
|
||||||
prerequisites = {"kr-matter-processing"},
|
prerequisites = {"kr-matter-processing"},
|
||||||
unit =
|
unit =
|
||||||
{
|
{
|
||||||
|
|
@ -40,8 +41,8 @@ local gas_ore_matter =
|
||||||
material = { type = "fluid", name = "gas", amount = 100 },
|
material = { type = "fluid", name = "gas", amount = 100 },
|
||||||
matter_count = 5,
|
matter_count = 5,
|
||||||
energy_required = 1,
|
energy_required = 1,
|
||||||
need_stabilizer = false,
|
needs_stabilizer = false,
|
||||||
unlocked_by_technology = "gas-matter-processing"
|
unlocked_by = "gas-matter-processing"
|
||||||
}
|
}
|
||||||
matter.make_recipes(gas_ore_matter)
|
matter.make_recipes(gas_ore_matter)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue