tiny py compatibility tweak

This commit is contained in:
Brevven 2021-03-06 22:24:39 -08:00
parent 68962085cf
commit 6fbd0e5a2b
3 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,9 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 0.9.16
Date: 2021-02-12
Fixes:
- Another tiny py compatibility tweak.
---------------------------------------------------------------------------------------------------
Version: 0.9.15 Version: 0.9.15
Date: 2021-01-29 Date: 2021-01-29
Fixes: Fixes:

View file

@ -1,6 +1,6 @@
{ {
"name": "bztitanium", "name": "bztitanium",
"version": "0.9.15", "version": "0.9.16",
"factorio_version": "1.1", "factorio_version": "1.1",
"title": "Titanium", "title": "Titanium",
"author": "Brevven", "author": "Brevven",

View file

@ -6,6 +6,7 @@ if mods["FactorioExtended-Plus-Core"] then
util.remove_raw("item", "titanium-ore") util.remove_raw("item", "titanium-ore")
end end
if (not mods["pyrawores"]) then
data:extend({ data:extend({
{ {
type = "autoplace-control", type = "autoplace-control",