Disable Expensive Mode


Disables all expensive mode recipes

Internal
6 months ago
1.1
304
Owner:
LuckyLMJ
Source:
N/A
Homepage:
N/A
License:
The Unlicense (Public Domain)
Created:
10 months ago
Latest Version:
1.1.0 (6 months ago)
Factorio version:
1.1
Downloaded by:
304 users

Disables the expensive mode feature. This is not particularly useful for the average user, but it allows modders to simplify their code. For example, to change the electronic circuit recipe, you can do, for example:

data.raw["recipe"]["electronic-circuit"].ingredients = {{"copper-cable", 3}, {"wood", 1}}

instead of having to change the recipes for each difficulty manually.

Now works for technologies as well!