se minor fix

This commit is contained in:
Brevven 2022-01-26 04:18:37 -08:00
parent 54aa3f290d
commit 605c4fb55a
3 changed files with 9 additions and 2 deletions

View file

@ -1,6 +1,8 @@
local util = require("__bzcarbon__.data-util"); local util = require("__bzcarbon__.data-util");
if mods["space-exploration"] then if mods["space-exploration"] then
if util.me.use_flake_graphite() then
se_delivery_cannon_recipes["flake-graphite"] = {name= "flake-graphite"} se_delivery_cannon_recipes["flake-graphite"] = {name= "flake-graphite"}
end
se_delivery_cannon_recipes["graphite"] = {name= "graphite"} se_delivery_cannon_recipes["graphite"] = {name= "graphite"}
se_delivery_cannon_recipes["diamond"] = {name= "diamond"} se_delivery_cannon_recipes["diamond"] = {name= "diamond"}
if util.me.use_rough_diamond() then if util.me.use_rough_diamond() then

View file

@ -1,4 +1,9 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 0.0.22
Date: 2022-01-25
Fixes:
- SE without flake graphite should now work
---------------------------------------------------------------------------------------------------
Version: 0.0.21 Version: 0.0.21
Date: 2022-01-25 Date: 2022-01-25
Changes: Changes:

View file

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