This commit is contained in:
Brevven 2022-07-17 05:45:56 -07:00
parent 6c2f501c79
commit adfd06f200
2 changed files with 7 additions and 1 deletions

6
recipe-updates.lua Normal file
View file

@ -0,0 +1,6 @@
local util = require("data-util");
if util.me.use_phenol() then
util.multiply_recipe("plastic-bar", 3)
util.replace_some_ingredient("plastic-bar", "petroleum-gas", 15, "phenol", 1)
end