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

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