gdiw
This commit is contained in:
parent
634e7f6d8d
commit
69cf0ec324
3 changed files with 8 additions and 1 deletions
|
@ -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
|
Version: 0.0.9
|
||||||
Date: 2022-12-30
|
Date: 2022-12-30
|
||||||
Changes:
|
Changes:
|
||||||
|
|
|
@ -10,6 +10,8 @@ require("prototypes/assembler-updates")
|
||||||
|
|
||||||
local util = require("data-util")
|
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")
|
require("modules")
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bzchlorine",
|
"name": "bzchlorine",
|
||||||
"version": "0.0.9",
|
"version": "0.0.10",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
"title": "Salt & Chlorine",
|
"title": "Salt & Chlorine",
|
||||||
"author": "Brevven",
|
"author": "Brevven",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue