tiny py compatibility tweak
This commit is contained in:
parent
68962085cf
commit
6fbd0e5a2b
3 changed files with 7 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue