fluid-recipes
This commit is contained in:
parent
6592c358ab
commit
cc72e9d2b1
4 changed files with 8 additions and 1 deletions
|
@ -24,6 +24,7 @@ data:extend({
|
|||
type = "recipe",
|
||||
name = "formaldehyde",
|
||||
category = "chemistry",
|
||||
subgroup = "fluid-recipes",
|
||||
enabled = "false",
|
||||
ingredients = {
|
||||
{type="fluid", name="gas", amount=10}
|
||||
|
|
|
@ -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},
|
||||
|
|
|
@ -12,6 +12,7 @@ if util.se6() then
|
|||
type = "recipe",
|
||||
name = "methane-pre-reforming",
|
||||
category = "chemistry",
|
||||
subgroup = "fluid-recipes",
|
||||
main_product = "se-methane-gas",
|
||||
icons = {
|
||||
{icon = "__space-exploration-graphics__/graphics/icons/fluid/methane-gas.png", icon_size = 64},
|
||||
|
@ -30,6 +31,7 @@ if util.se6() then
|
|||
type = "recipe",
|
||||
name = "formaldehyde-methane",
|
||||
category = "chemistry",
|
||||
subgroup = "fluid-recipes",
|
||||
icons = {
|
||||
{icon = "__bzgas__/graphics/icons/formaldehyde.png", icon_size = 128, scale = 0.125},
|
||||
{icon = "__space-exploration-graphics__/graphics/icons/fluid/methane-gas.png", icon_size = 64, scale = 0.125, shift={-8,-8}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue