Disable Expensive Mode


Disables all expensive mode recipes

Internal
1 year, 20 days ago
1.1
389
Owner:
LuckyLMJ
Source:
N/A
Homepage:
N/A
License:
The Unlicense (Public Domain)
Created:
1 year, 5 months ago
Latest Version:
1.1.0 (1 year, 20 days ago)
Factorio version:
1.1
Downloaded by:
389 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!