diff --git a/changelog.txt b/changelog.txt index 6d88437..755f1d3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.9.16 +Date: 2021-02-12 + Fixes: + - Another tiny py compatibility tweak. +--------------------------------------------------------------------------------------------------- Version: 0.9.15 Date: 2021-01-29 Fixes: diff --git a/info.json b/info.json index c81aff6..7df4aa8 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bztitanium", - "version": "0.9.15", + "version": "0.9.16", "factorio_version": "1.1", "title": "Titanium", "author": "Brevven", diff --git a/titanium-ore.lua b/titanium-ore.lua index f8ddb8e..d7bad6a 100644 --- a/titanium-ore.lua +++ b/titanium-ore.lua @@ -6,6 +6,7 @@ if mods["FactorioExtended-Plus-Core"] then util.remove_raw("item", "titanium-ore") end +if (not mods["pyrawores"]) then data:extend({ { type = "autoplace-control",