Super Farm

by plexpt

🍎🍊🍇 add new delightful fruits, new fruit processing machines, vegetables, animal products, baking, wine making, restaurants, agricultural expansions, trade systems, decorative items, energy sources, technology branches, creatures, and events.

Overhaul
4 months ago
2.0
3.79K
Factorio: Space Age Icon Space Age Mod
Environment Mining Fluids Manufacturing Power

g Yeast recipe issue

6 months ago
results = { { type = "item", amount = 10, name = "yeast", probability = 0.8 } },
results = { { type = "item", amount = 2, name = "yeast", probability = 0.1 } },

I don't think this is the correct way to define the yeast-cultivation recipe, in game you only see the second result, so it's pretty much a net negative recipe currently

6 months ago

What do you think is the correct way?

6 months ago
(updated 6 months ago)

The expected value that you seem to be aiming for is 0.8*10+0.1*2==8.2 per craft, so just remove the second line and make first 0.82 probability

5 months ago

actually there's a better fix, I'll include it in the PR

New response