fluid-recipes

This commit is contained in:
Brevven 2023-01-16 19:07:02 -08:00
parent 6592c358ab
commit cc72e9d2b1
4 changed files with 8 additions and 1 deletions

View file

@ -1,7 +1,8 @@
---------------------------------------------------------------------------------------------------
Version: 0.1.8
Date: 2022-12-28
Date: 2022-12-29
Changes:
- Move several recipes into "fluid-recipes" subgroup, so they show up in standard place in GUI.
- Basic chem plant has pollution emissions
---------------------------------------------------------------------------------------------------
Version: 0.1.7

View file

@ -24,6 +24,7 @@ data:extend({
type = "recipe",
name = "formaldehyde",
category = "chemistry",
subgroup = "fluid-recipes",
enabled = "false",
ingredients = {
{type="fluid", name="gas", amount=10}

View file

@ -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},

View file

@ -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}},