This commit is contained in:
Brevven 2023-01-05 17:46:39 -08:00
parent 634e7f6d8d
commit 69cf0ec324
3 changed files with 8 additions and 1 deletions

View file

@ -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:

View file

@ -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")

View file

@ -1,6 +1,6 @@
{
"name": "bzchlorine",
"version": "0.0.9",
"version": "0.0.10",
"factorio_version": "1.1",
"title": "Salt & Chlorine",
"author": "Brevven",