updates, working well

This commit is contained in:
Brevven 2022-08-08 19:47:00 -07:00
parent 473206ff01
commit 2d59a511b0
24 changed files with 796 additions and 67 deletions

View file

@ -5,5 +5,9 @@
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)
-- Must be last
util.create_list()