diff --git a/KaoExtended/prototypes/advtech/recipe.lua b/KaoExtended/prototypes/advtech/recipe.lua index 2a122416..507f16bd 100644 --- a/KaoExtended/prototypes/advtech/recipe.lua +++ b/KaoExtended/prototypes/advtech/recipe.lua @@ -147,7 +147,7 @@ data:extend({ { {"electronic-circuit", 2}, {"basic-electronic-components", 10}, - {"condensator", 24}, + {"condensator", 20}, {"copper-cable", 6}, {"solder", 6} }, @@ -161,13 +161,13 @@ data:extend({ energy_required = 30, ingredients = { - {"basic-electronic-components", 48}, - {"electronic-components", 18}, - {"condensator", 20}, - {"condensator2", 6}, - {"simple-io", 3}, - {"tinned-copper-cable", 8}, - {"solder", 12} + {"basic-electronic-components", 40}, + {"electronic-components", 12}, + {"condensator", 16}, + {"condensator2", 4}, + {"simple-io", 2}, + {"tinned-copper-cable", 6}, + {"solder", 10} }, result = "standart-io", result_count = 1 diff --git a/Oberhaul/prototypes/angelssmelting.lua b/Oberhaul/prototypes/angelssmelting.lua index 27effc7c..8aa5e2ce 100644 --- a/Oberhaul/prototypes/angelssmelting.lua +++ b/Oberhaul/prototypes/angelssmelting.lua @@ -107,12 +107,12 @@ table.insert( data.raw.recipe["angels-wire-coil-tin-converting"].results = { - {type="item", name="tinned-copper-cable", amount=8} --DrD 16 angels-wire-tin + {type="item", name="tinned-copper-cable", amount=16} --DrD 16 angels-wire-tin } data.raw.recipe["angels-wire-coil-gold-converting"].results = { - {type="item", name="gilded-copper-cable", amount=8} --DrD 16 angels-wire-gold + {type="item", name="gilded-copper-cable", amount=16} --DrD 16 angels-wire-gold } data.raw.recipe["angels-wire-coil-copper-converting"].results = diff --git a/angelspetrochem/prototypes/recipes/petrochem-chlorine.lua b/angelspetrochem/prototypes/recipes/petrochem-chlorine.lua index 53533d76..eba836b3 100644 --- a/angelspetrochem/prototypes/recipes/petrochem-chlorine.lua +++ b/angelspetrochem/prototypes/recipes/petrochem-chlorine.lua @@ -15,7 +15,7 @@ data:extend({ results = { { type = "fluid", name = "gas-chlorine", amount = 40 }, { type = "fluid", name = "gas-hydrogen", amount = 60 }, - { type = "item", name = "solid-sodium-hydroxide", amount = 5 }, + { type = "item", name = "solid-sodium-hydroxide", amount = 3 }, }, always_show_products = true, icons = angelsmods.functions.create_gas_recipe_icon({ diff --git a/marathon/prototypes/recipe-circuit.lua b/marathon/prototypes/recipe-circuit.lua index 4058e346..75871dcb 100644 --- a/marathon/prototypes/recipe-circuit.lua +++ b/marathon/prototypes/recipe-circuit.lua @@ -29,7 +29,7 @@ data:extend( energy_required = 6, ingredients = { - {"basic-electronic-components", 16}, + {"basic-electronic-components", 12}, {"basic-circuit-board", 1}, {"copper-cable", 4}, }, diff --git a/mod-list.json b/mod-list.json index c332a9cf..f258b029 100644 --- a/mod-list.json +++ b/mod-list.json @@ -40,17 +40,17 @@ { "name": "alien-biomes", - "enabled": true + "enabled": false }, { "name": "alien-biomes-hr-terrain", - "enabled": true + "enabled": false }, { "name": "alien-biomes-settings", - "enabled": true + "enabled": false }, {