forked from cacklingfiend/bzgold2
248k
This commit is contained in:
parent
e41a8efa0c
commit
11a3e17c4b
9 changed files with 47 additions and 7 deletions
6
compatibility/248k.lua
Normal file
6
compatibility/248k.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
local util = require("data-util");
|
||||
|
||||
-- Update 248k gold production chain to include gold ore
|
||||
util.add_ingredient("fi_pure_gold_recipe", "gold-ore", 10)
|
||||
util.add_to_product("fi_pure_gold_recipe", "fi_materials_pure_gold", 2)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue