diff --git a/carbon-recipe-se.lua b/carbon-recipe-se.lua index 54f044b..bb919d9 100644 --- a/carbon-recipe-se.lua +++ b/carbon-recipe-se.lua @@ -1,6 +1,8 @@ local util = require("__bzcarbon__.data-util"); if mods["space-exploration"] then -se_delivery_cannon_recipes["flake-graphite"] = {name= "flake-graphite"} +if util.me.use_flake_graphite() then + se_delivery_cannon_recipes["flake-graphite"] = {name= "flake-graphite"} +end se_delivery_cannon_recipes["graphite"] = {name= "graphite"} se_delivery_cannon_recipes["diamond"] = {name= "diamond"} if util.me.use_rough_diamond() then diff --git a/changelog.txt b/changelog.txt index 96d4a4c..2ab144c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.0.22 +Date: 2022-01-25 + Fixes: + - SE without flake graphite should now work +--------------------------------------------------------------------------------------------------- Version: 0.0.21 Date: 2022-01-25 Changes: diff --git a/info.json b/info.json index 336e866..8f0b893 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzcarbon", - "version": "0.0.21", + "version": "0.0.22", "factorio_version": "1.1", "title": "Graphite & Diamonds", "author": "Brevven",