From 6fbd0e5a2b299b93ebee96a9be5f9621c79e13dd Mon Sep 17 00:00:00 2001 From: Brevven Date: Sat, 6 Mar 2021 22:24:39 -0800 Subject: [PATCH] tiny py compatibility tweak --- changelog.txt | 5 +++++ info.json | 2 +- titanium-ore.lua | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) 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",