Skip to content

Commit

Permalink
Change some sorting recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shm013 committed Apr 17, 2017
1 parent 5bda232 commit 463d5d6
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
43 changes: 43 additions & 0 deletions UnChained_Tweaks_0.1.1/data-final-fixes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,47 @@ data.raw["recipe"]["angels-warehouse-active-provider"].ingredients ={
{"angels-warehouse", 1},
{"advanced-circuit", 25},
}
--}}

--{{ Sorting recipes:

-- Saphirite chunks:
data.raw["recipe"]["angelsore1-chunk-processing"].results = {
{"slag", 4},
{"iron-ore", 8},
{"copper-ore", 2},
{"quartz", 4},
{"nickel-ore", 2}
}

-- Jivolite chunks:
data.raw["recipe"]["angelsore2-chunk-processing"].results = {
{"slag", 4},
{"iron-ore", 8},
{"copper-ore", 1},
{"bauxite-ore", 1},
{"zinc-ore", 4},
{"uraninite", 1}
}

-- Crotinnium chunks:
data.raw["recipe"]["angelsore4-chunk-processing"].results = {
{"slag", 4},
{"copper-ore", 8},
{"iron-ore", 2},
{"lead-ore", 2},
{"silver-ore", 4},
{"fluorite", 2}
}

-- Rubyte chunks:
data.raw["recipe"]["angelsore5-chunk-processing"].results = {
{"slag", 4},
{"lead-ore", 2},
{"nickel-ore", 1},
{"bauxite-ore", 4},
{"gold-ore", 4},
{"uraninite", 1}
}

--}}
1 change: 1 addition & 0 deletions UnChained_Tweaks_0.1.1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"description": "Adds tweaks for some mods, change recipes, techs. Additional balance for marathon and bob's extended. More integration for mods.",
"dependencies": [
"base >= 0.14.0",
"bobsangelthon >= 0.1.11",
"angelsaddons-warehouses >= 0.1.3",
"boblibrary >= 0.14.3",
"VersepellesHardStorage >= 2.0.0",
Expand Down

0 comments on commit 463d5d6

Please sign in to comment.