forked from cacklingfiend/bztungsten2
Update to 2.0
This commit is contained in:
parent
b5beff4ea4
commit
038e666ae8
39 changed files with 208 additions and 530 deletions
|
|
@ -9,14 +9,14 @@ data:extend({
|
|||
icon_size = 64, icon_mipmaps = 3,
|
||||
icon = "__bztungsten__/graphics/icons/enriched-tungsten.png",
|
||||
pictures = {
|
||||
{filename="__bztungsten__/graphics/icons/enriched-tungsten.png", size=64, scale=0.25},
|
||||
{filename="__bztungsten__/graphics/icons/enriched-tungsten-2.png", size=64, scale=0.25},
|
||||
{filename="__bztungsten__/graphics/icons/enriched-tungsten-3.png", size=64, scale=0.25},
|
||||
{filename="__bztungsten__/graphics/icons/enriched-tungsten-4.png", size=64, scale=0.25},
|
||||
{filename="__bztungsten__/graphics/icons/enriched-tungsten.png", size=64, scale=0.5},
|
||||
{filename="__bztungsten__/graphics/icons/enriched-tungsten-2.png", size=64, scale=0.5},
|
||||
{filename="__bztungsten__/graphics/icons/enriched-tungsten-3.png", size=64, scale=0.5},
|
||||
{filename="__bztungsten__/graphics/icons/enriched-tungsten-4.png", size=64, scale=0.5},
|
||||
},
|
||||
subgroup = "raw-material",
|
||||
order = "e05-a[enriched-ores]-a1[enriched-tungsten]",
|
||||
stack_size = util.get_stack_size(100),
|
||||
stack_size = 100,
|
||||
},
|
||||
{
|
||||
type = "recipe",
|
||||
|
|
@ -33,14 +33,14 @@ data:extend({
|
|||
subgroup = "raw-material",
|
||||
ingredients =
|
||||
{
|
||||
{type = "fluid", name = "ammonia", amount = 10},
|
||||
{type = "fluid", name = "kr-ammonia", amount = 10},
|
||||
{type = "fluid", name = "water", amount = 25, catalyst_amount = 25},
|
||||
{type = "item", name = "tungsten-ore", amount = 9}
|
||||
},
|
||||
results =
|
||||
{
|
||||
{type = "item", name = "enriched-tungsten", amount = 6},
|
||||
{type = "fluid", name = "dirty-water", amount = 25, catalyst_amount = 25}
|
||||
{type = "fluid", name = "kr-dirty-water", amount = 25, catalyst_amount = 25}
|
||||
},
|
||||
crafting_machine_tint =
|
||||
{
|
||||
|
|
@ -67,30 +67,29 @@ data:extend({
|
|||
allow_productivity = true,
|
||||
ingredients =
|
||||
{
|
||||
{"enriched-tungsten", 15}
|
||||
{type="item", name="enriched-tungsten", amount=15}
|
||||
},
|
||||
result = "tungsten-plate",
|
||||
result_count = 10,
|
||||
results = {{type="item", name="tungsten-plate", amount=10}},
|
||||
order = "b[tungsten-plate]-b[enriched-tungsten-plate]"
|
||||
},
|
||||
{
|
||||
type = "recipe",
|
||||
name = "dirty-water-filtration-tungsten",
|
||||
category = "fluid-filtration",
|
||||
category = "kr-fluid-filtration",
|
||||
icons =
|
||||
{
|
||||
{
|
||||
icon = data.raw.fluid["dirty-water"].icon,
|
||||
icon_size = data.raw.fluid["dirty-water"].icon_size
|
||||
icon = data.raw.fluid["kr-dirty-water"].icon,
|
||||
icon_size = data.raw.fluid["kr-dirty-water"].icon_size
|
||||
},
|
||||
{
|
||||
icon = data.raw.item["tungsten-ore"].icon,
|
||||
icon_size = data.raw.item["tungsten-ore"].icon_size,
|
||||
scale = 0.20 * (data.raw.fluid["dirty-water"].icon_size/data.raw.item["tungsten-ore"].icon_size),
|
||||
scale = 0.20,
|
||||
shift = {0, 4}
|
||||
}
|
||||
},
|
||||
icon_size = data.raw.fluid["dirty-water"].icon_size,
|
||||
icon_size = data.raw.fluid["kr-dirty-water"].icon_size,
|
||||
energy_required = 2,
|
||||
enabled = false,
|
||||
allow_as_intermediate = false,
|
||||
|
|
@ -98,7 +97,7 @@ data:extend({
|
|||
always_show_products = true,
|
||||
ingredients =
|
||||
{
|
||||
{type = "fluid", name = "dirty-water", amount = 100, catalyst_amount = 100},
|
||||
{type = "fluid", name = "kr-dirty-water", amount = 100, catalyst_amount = 100},
|
||||
},
|
||||
results =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue