Skip to content

Commit

Permalink
Removing redundant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Dec 21, 2023
1 parent 503df49 commit 3d359ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions SeaBlock/data-updates/military.lua
Original file line number Diff line number Diff line change
Expand Up @@ -493,10 +493,7 @@ for _, v in pairs(mil_recipes) do
bobmods.lib.recipe.hide(v)
end

bobmods.lib.tech.remove_recipe_unlock("angels-advanced-chemistry-3", "liquid-toluene-from-benzene")
bobmods.lib.tech.remove_recipe_unlock("angels-advanced-chemistry-3", "liquid-toluene-from-naphtha")
bobmods.lib.tech.remove_recipe_unlock("angels-advanced-gas-processing", "gas-fractioning-residual")
bobmods.lib.tech.remove_recipe_unlock("chlorine-processing-2", "liquid-glycerol")
bobmods.lib.tech.remove_recipe_unlock("fluid-barrel-processing", "empty-liquid-glycerol-barrel")
bobmods.lib.tech.remove_recipe_unlock("fluid-barrel-processing", "empty-liquid-toluene-barrel")
bobmods.lib.tech.remove_recipe_unlock("fluid-barrel-processing", "empty-nitroglycerin-barrel")
Expand Down
3 changes: 0 additions & 3 deletions SeaBlock/data-updates/misc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -403,12 +403,9 @@ bobmods.lib.recipe.set_ingredient("cement-mixture-2", { "solid-lime", 4 })
bobmods.lib.recipe.set_result("cement-mixture-2", { "solid-cement", 4 })
bobmods.lib.recipe.set_energy_required("cement-mixture-2", 16)

bobmods.lib.tech.add_prerequisite("angels-advanced-gas-processing", "gas-steam-cracking-2")

-- Bronze prerequisites
bobmods.lib.tech.add_prerequisite("angels-cooling", "alloy-processing")
bobmods.lib.tech.add_prerequisite("bio-nutrient-paste", "alloy-processing")
bobmods.lib.tech.add_prerequisite("gas-steam-cracking-1", "alloy-processing")
bobmods.lib.tech.add_prerequisite("ore-floatation", "alloy-processing")
bobmods.lib.tech.add_prerequisite("ore-processing-1", "alloy-processing")
bobmods.lib.tech.add_prerequisite("powder-metallurgy-2", "alloy-processing")
Expand Down

0 comments on commit 3d359ad

Please sign in to comment.