k2 spaced out etc
This commit is contained in:
parent
d0e649a375
commit
c2f8c0af9f
11 changed files with 62 additions and 46 deletions
|
|
@ -3,6 +3,7 @@ local util = require("data-util");
|
|||
local pb2 = "fu_lead_item"
|
||||
|
||||
|
||||
if mods["248k"] then
|
||||
-- Swap out all 248k titanium for BZ titanium_plate
|
||||
for i, recipe in pairs(data.raw.recipe) do
|
||||
util.replace_ingredient(recipe.name, pb2, "lead-plate")
|
||||
|
|
@ -16,3 +17,4 @@ util.remove_raw("item", pb2)
|
|||
util.add_ingredient("fu_pure_ore_recipe", "lead-ore", 5)
|
||||
util.add_to_product("fu_pure_ore_recipe", "fi_materials_pure_lead", 5)
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue