diff --git a/changelog.txt b/changelog.txt index 860c4a5..fb06063 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,15 @@ --------------------------------------------------------------------------------------------------- +Version: 0.1.16 +Date: 2024-02-10 + Fixes: + - Fix some printspam. +--------------------------------------------------------------------------------------------------- +Version: 0.1.15 +Date: 2024-02-10 + Changes: + - Compatibility fix for Warptorio Expansion to prevent soft lock when used without Aluminum + Note, 0.1.14 deprecated due to possible re-soft-locking bug +--------------------------------------------------------------------------------------------------- Version: 0.1.13 Date: 2024-01-13 Changes: diff --git a/control-util.lua b/control-util.lua index cd2b0f2..9000745 100644 --- a/control-util.lua +++ b/control-util.lua @@ -26,4 +26,61 @@ function util.force_enable_recipe(event, recipe_name) end end + +function util.warptorio2_expansion_helper() + if script.active_mods["warptorio2_expansion"] then + function check_container_for_items(container,items) + local has_all =true + for k=1,#items do + if container.get_item_count(items[k].name)= 0.6.0", "? bzcarbon >= 0.3.0", "? bztin", + "? warptorio2_expansion", "? space-exploration >= 0.5.100", "? aai-industry", "? Krastorio2", diff --git a/locale/en/gas.cfg b/locale/en/gas.cfg index 9a6df87..8ea240c 100644 --- a/locale/en/gas.cfg +++ b/locale/en/gas.cfg @@ -3,6 +3,9 @@ gas=Natural gas basic-chemical-plant=Basic chemical plant gas-extractor=Drilling rig +[entity-description] +wpe_broken_lab=To repair, insert 100[item=iron-plate], 100[item=iron-gear-wheel], 50[item=repair-pack] + [autoplace-control-names] gas=[fluid=gas] Natural gas