SE: Fix scrap recycling
This commit is contained in:
parent
1e8e6a895f
commit
9980cd23d0
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ util.replace_some_ingredient("kr-steel-pipe-to-ground", "steel-plate", 3, "solde
|
||||||
util.replace_ingredient("kr-biomass", "petroleum-gas", "organotins")
|
util.replace_ingredient("kr-biomass", "petroleum-gas", "organotins")
|
||||||
|
|
||||||
|
|
||||||
util.add_product("se-scrap-recycling", {type="item", name="tin-ore", amount=1, probability=0.05})
|
util.add_product("se-scrap-hard-recycling", {type="item", name="tin-ore", amount=1, probability=0.05})
|
||||||
util.add_ingredient("se-experimental-alloys-data", "tin-plate", 1)
|
util.add_ingredient("se-experimental-alloys-data", "tin-plate", 1)
|
||||||
util.add_to_product("se-experimental-alloys-data", "se-experimental-alloys-data", 1)
|
util.add_to_product("se-experimental-alloys-data", "se-experimental-alloys-data", 1)
|
||||||
util.add_to_product("se-experimental-alloys-data", "se-scrap", 1)
|
util.add_to_product("se-experimental-alloys-data", "se-scrap", 1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue