se resources config

This commit is contained in:
Brevven 2022-01-26 05:11:22 -08:00
parent 605c4fb55a
commit b242ead0bc
4 changed files with 17 additions and 4 deletions

View file

@ -1,5 +1,15 @@
local util = require("__bzcarbon__.data-util");
if mods["space-exploration"] then
if util.me.use_rough_diamond() then
se_resources["diamond"] = {
order = "b-z",
has_starting_area_placement = false,
base_density = 0.5,
base_spots_per_km2 = 0.5,
}
end
if util.me.use_flake_graphite() then
se_delivery_cannon_recipes["flake-graphite"] = {name= "flake-graphite"}
end

View file

@ -1,7 +1,10 @@
---------------------------------------------------------------------------------------------------
Version: 0.0.22
Date: 2022-01-25
Version: 0.1.0
Date: 2022-01-27
Changes:
- This is feeling more like beta than alpha now.
Fixes:
- SE rough-diamond ore should be properly rare.
- SE without flake graphite should now work
---------------------------------------------------------------------------------------------------
Version: 0.0.21

View file

@ -1,6 +1,6 @@
{
"name": "bzcarbon",
"version": "0.0.22",
"version": "0.1.0",
"factorio_version": "1.1",
"title": "Graphite & Diamonds",
"author": "Brevven",

View file

@ -77,7 +77,7 @@ bzcarbon-recipe-bypass=Skip modifying these recipes (comma-separated list).
bzcarbon-list=If enabled, the text command [color=orange]BZList[/color] will dump a file to the script-output directory with a full list of recipes modified.\nRecommended to turn this off after you are done configuring your other settings.
bzcarbon-enable-fullerenes=Enable the fullerenes & nanotubes intermediate products.\nFullerenes are used primarily in bio-related things. Nanotubes for structures.
bzcarbon-enable-carbon-black=Enable carbon black byproduct. Primarily used to make plastics.
bzcarbon-enable-rough-diamond=Enables diamond ore patches for new games.
bzcarbon-enable-rough-diamond=Enables very rare diamond ore patches for new games.
bzcarbon-enable-flake-graphite=Enables graphite ore patches. Recommended to leave this on. Turning off will remove existing ore patches.
bzcarbon-reuse=A chance to reuse diamond grinding grit in recipes like LDS. More complex, but saves resources.