carbon compat

This commit is contained in:
Brevven 2022-12-28 02:24:00 -08:00
parent b2fa03e8f8
commit 9a46ac2de7
3 changed files with 15 additions and 4 deletions

View file

@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 0.1.8
Date: 2022-12-28
Changes:
- Updates for compatibility with Graphite & Diamonds 0.5.5
---------------------------------------------------------------------------------------------------
Version: 0.1.7
Date: 2022-12-24
Localization:

View file

@ -12,10 +12,16 @@ util.set_main_product("se-glass-vulcanite", "glass")
util.add_to_product("se-core-fragment-omni", "tin-ore", -4)
-- Electronic circuits need final fixes
util.multiply_recipe("electronic-circuit-stone", 2)
local amt_ec = util.get_amount("electronic-circuit-stone", "electronic-circuit")
if amt_ec == 1 then
util.multiply_recipe("electronic-circuit-stone", 2)
end
util.replace_some_ingredient("electronic-circuit-stone", "copper-cable", 1, "solder", 1)
util.multiply_recipe("electronic-circuit", 2)
amt_ec = util.get_amount("electronic-circuit")
if amt_ec == 1 then
util.multiply_recipe("electronic-circuit", 2)
end
util.replace_some_ingredient("electronic-circuit", "copper-cable", 1, "solder", 1)
if mods.RenaiTransportation then

View file

@ -1,6 +1,6 @@
{
"name": "bztin",
"version": "0.1.7",
"version": "0.1.8",
"factorio_version": "1.1",
"title": "Tin",
"author": "Brevven",
@ -13,7 +13,7 @@
"? bzlead >= 1.2.0",
"? bzzirconium >= 0.6.0",
"? bztungsten >= 0.6.0",
"? bzcarbon >= 0.3.0",
"? bzcarbon >= 0.5.5",
"? bzaluminum >= 0.4.9",
"? space-exploration >= 0.5.100",
"(?) aai-industry",