Compare commits
3 Commits
184f68b01b
...
0c664f202c
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c664f202c | |||
| b8445c299f | |||
| 8e9aa38f4a |
@@ -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 = 1 },
|
{ 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({
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ data:extend({
|
|||||||
{ type = "item", name = "angels-electrode", amount = 1 },
|
{ type = "item", name = "angels-electrode", amount = 1 },
|
||||||
},
|
},
|
||||||
results = {
|
results = {
|
||||||
{ type = "fluid", name = "gas-chlorine", amount = 200 },
|
{ type = "fluid", name = "gas-chlorine", amount = 50 },
|
||||||
{ type = "item", name = "solid-sodium", amount = 5 },
|
{ type = "item", name = "solid-sodium", amount = 5 },
|
||||||
{ type = "item", name = "angels-electrode-used", amount = 1, catalyst_amount = 1 },
|
{ type = "item", name = "angels-electrode-used", amount = 1, catalyst_amount = 1 },
|
||||||
},
|
},
|
||||||
@@ -131,7 +131,7 @@ data:extend({
|
|||||||
{ type = "fluid", name = "water-purified", amount = 50 },
|
{ type = "fluid", name = "water-purified", amount = 50 },
|
||||||
},
|
},
|
||||||
results = {
|
results = {
|
||||||
{ type = "item", name = "solid-sodium-hydroxide", amount = 5 },
|
{ type = "item", name = "solid-sodium-hydroxide", amount = 10 },
|
||||||
},
|
},
|
||||||
main_product = "solid-sodium-hydroxide",
|
main_product = "solid-sodium-hydroxide",
|
||||||
icon_size = 32,
|
icon_size = 32,
|
||||||
|
|||||||
@@ -306,7 +306,7 @@ data:extend({
|
|||||||
icon_size = 32,
|
icon_size = 32,
|
||||||
subgroup = "bob-resource-chemical",
|
subgroup = "bob-resource-chemical",
|
||||||
order = "f[silicon-nitride]",
|
order = "f[silicon-nitride]",
|
||||||
stack_size = 100,
|
stack_size = 500,
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
BIN
mod-settings.dat
BIN
mod-settings.dat
Binary file not shown.
Reference in New Issue
Block a user