Очередные корректировки рецептов
отключил мод alien-biomes-hr-terrain
This commit is contained in:
@@ -147,7 +147,7 @@ data:extend({
|
|||||||
{
|
{
|
||||||
{"electronic-circuit", 2},
|
{"electronic-circuit", 2},
|
||||||
{"basic-electronic-components", 10},
|
{"basic-electronic-components", 10},
|
||||||
{"condensator", 24},
|
{"condensator", 20},
|
||||||
{"copper-cable", 6},
|
{"copper-cable", 6},
|
||||||
{"solder", 6}
|
{"solder", 6}
|
||||||
},
|
},
|
||||||
@@ -161,13 +161,13 @@ data:extend({
|
|||||||
energy_required = 30,
|
energy_required = 30,
|
||||||
ingredients =
|
ingredients =
|
||||||
{
|
{
|
||||||
{"basic-electronic-components", 48},
|
{"basic-electronic-components", 40},
|
||||||
{"electronic-components", 18},
|
{"electronic-components", 12},
|
||||||
{"condensator", 20},
|
{"condensator", 16},
|
||||||
{"condensator2", 6},
|
{"condensator2", 4},
|
||||||
{"simple-io", 3},
|
{"simple-io", 2},
|
||||||
{"tinned-copper-cable", 8},
|
{"tinned-copper-cable", 6},
|
||||||
{"solder", 12}
|
{"solder", 10}
|
||||||
},
|
},
|
||||||
result = "standart-io",
|
result = "standart-io",
|
||||||
result_count = 1
|
result_count = 1
|
||||||
|
|||||||
@@ -107,12 +107,12 @@ table.insert(
|
|||||||
|
|
||||||
data.raw.recipe["angels-wire-coil-tin-converting"].results =
|
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 =
|
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 =
|
data.raw.recipe["angels-wire-coil-copper-converting"].results =
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ data:extend({
|
|||||||
results = {
|
results = {
|
||||||
{ type = "fluid", name = "gas-chlorine", amount = 40 },
|
{ type = "fluid", name = "gas-chlorine", amount = 40 },
|
||||||
{ type = "fluid", name = "gas-hydrogen", amount = 60 },
|
{ 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,
|
always_show_products = true,
|
||||||
icons = angelsmods.functions.create_gas_recipe_icon({
|
icons = angelsmods.functions.create_gas_recipe_icon({
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ data:extend(
|
|||||||
|
|
||||||
energy_required = 6,
|
energy_required = 6,
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{"basic-electronic-components", 16},
|
{"basic-electronic-components", 12},
|
||||||
{"basic-circuit-board", 1},
|
{"basic-circuit-board", 1},
|
||||||
{"copper-cable", 4},
|
{"copper-cable", 4},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -40,17 +40,17 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "alien-biomes",
|
"name": "alien-biomes",
|
||||||
"enabled": true
|
"enabled": false
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "alien-biomes-hr-terrain",
|
"name": "alien-biomes-hr-terrain",
|
||||||
"enabled": true
|
"enabled": false
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "alien-biomes-settings",
|
"name": "alien-biomes-settings",
|
||||||
"enabled": true
|
"enabled": false
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user