ChemistryForYou

by Timeken

This mod adds more chemistry and is intented to be played with my other mods aswell as K2, SE and BZ. This mod is inspired by Brevven's BZ mods. Most if not all art is placeholder

Content
3 months ago
1.1
5.57K
Fluids Manufacturing

b Error loading mods with BrimStuff

8 months ago

The only mods being used are "ChemistryForYou", "BrimStuff" and "Tantalite" (since without tantalite, chemforyou does not open for CRT and productivity science reasons)
https://imgur.com/a/CdsfJv4

8 months ago

also, brimstuff does not seem to have a technology called "organic chemistry", so when both are installed together (and now with other bz / timeken / other material mods) we get this new error: https://imgur.com/a/wmoMGtt

if mods["BrimStuff"] then
data:extend(
{
{
type = "technology",
name = "saltpeter-sulfuric-acid",
icons = (mods["Krastorio2"] and
{
{ icon = "base/graphics/icons/fluid/sulfuric-acid.png", icon_size = 64},
{ icon = "BrimStuff/graphics/icons/potassium-nitrate.png", icon_size = 64, scale=0.5, shift= {-8, -8}},
} or {
{ icon = "base/graphics/icons/fluid/sulfuric-acid.png", icon_size = 64},
}),
prerequisites = {"organic-chemistry"},
effects = {
{
type = "unlock-recipe",
recipe = "saltpeter-sulfuric-acid",
}
},
unit =
{
count = 150,
ingredients =
{
{ "automation-science-pack", 1 },
{ "logistic-science-pack", 1 },
{ "chemical-science-pack", 1 },
{ "productivity-science-pack", 1 }
},
time = 30
}
},

by the way, is the "productivity science pack" an only krastorio2 thing? i couldn't find any use for this science pack.

5 months ago

Should be fixed next update.
The productivity science pack is something I am still working on, its used when there are a lot of mods atm.

New response