fluid-recipes
This commit is contained in:
parent
6592c358ab
commit
cc72e9d2b1
4 changed files with 8 additions and 1 deletions
|
@ -5,6 +5,7 @@ if mods.Krastorio2 then
|
|||
type = "recipe",
|
||||
name = "gas-reforming",
|
||||
category = "chemistry",
|
||||
subgroup = "fluid-recipes",
|
||||
main_product = "hydrogen",
|
||||
icons = {
|
||||
{icon = kr_fluids_icons_path.."hydrogen.png", icon_size = 64, icon_mipmaps = 4},
|
||||
|
@ -24,6 +25,7 @@ if mods.Krastorio2 then
|
|||
type = "recipe",
|
||||
name = "formaldehyde-methanol",
|
||||
category = "chemistry",
|
||||
subgroup = "fluid-recipes",
|
||||
main_product = "formaldehyde",
|
||||
icons = {
|
||||
{icon = "__bzgas__/graphics/icons/formaldehyde.png", icon_size = 128, scale = 0.125},
|
||||
|
@ -47,6 +49,7 @@ if mods.Krastorio2 then
|
|||
type = "recipe",
|
||||
name = "methane-reforming",
|
||||
category = "chemistry",
|
||||
subgroup = "fluid-recipes",
|
||||
main_product = "hydrogen",
|
||||
icons = {
|
||||
{icon = kr_fluids_icons_path.."hydrogen.png", icon_size = 64, icon_mipmaps = 4},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue