From 69cf0ec32416fad7e38872e88f1941a2f5663046 Mon Sep 17 00:00:00 2001 From: Brevven Date: Thu, 5 Jan 2023 17:46:39 -0800 Subject: [PATCH] gdiw --- changelog.txt | 5 +++++ data-updates.lua | 2 ++ info.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index bbb78bf..89857e1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.0.10 +Date: 2022-01-06 + Fixes: + - GDIW, etc: With vinyl chloride, flipped plastic recipe should now be the updated recipe. +--------------------------------------------------------------------------------------------------- Version: 0.0.9 Date: 2022-12-30 Changes: diff --git a/data-updates.lua b/data-updates.lua index 0a93edc..3c130e5 100644 --- a/data-updates.lua +++ b/data-updates.lua @@ -10,6 +10,8 @@ require("prototypes/assembler-updates") local util = require("data-util") +local pg_amt = util.get_ingredient_amount("plastic-bar", "petroleum-gas") +util.replace_ingredient("plastic-bar", "petroleum-gas", "vinyl-chloride", pg_amt*2/3) require("modules") diff --git a/info.json b/info.json index fd53c48..4eaeafe 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzchlorine", - "version": "0.0.9", + "version": "0.0.10", "factorio_version": "1.1", "title": "Salt & Chlorine", "author": "Brevven",