finished umr fix
This commit is contained in:
parent
7577bf2859
commit
f24abad6c0
3 changed files with 14 additions and 18 deletions
|
@ -1966,10 +1966,6 @@ data:extend({
|
||||||
type = 'unlock-recipe',
|
type = 'unlock-recipe',
|
||||||
recipe = 'fu_fusion_card_5_recipe',
|
recipe = 'fu_fusion_card_5_recipe',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
type = 'unlock-recipe',
|
|
||||||
recipe = 'fu_fusion_card_6_recipe',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type = 'unlock-recipe',
|
type = 'unlock-recipe',
|
||||||
recipe = 'fu_fusion_card_7_recipe',
|
recipe = 'fu_fusion_card_7_recipe',
|
||||||
|
|
|
@ -144,20 +144,6 @@ data:extend({
|
||||||
energy_required = 100,
|
energy_required = 100,
|
||||||
always_show_made_in = true,
|
always_show_made_in = true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name = 'fu_fusion_card_6_recipe',
|
|
||||||
type = 'recipe',
|
|
||||||
category = 'fu_fusor_crafting_category',
|
|
||||||
enabled = 'false',
|
|
||||||
ingredients = {
|
|
||||||
{type="fluid", name="fu_deuterium", amount=100},
|
|
||||||
{type="fluid", name="fu_helium_3", amount=100},
|
|
||||||
},
|
|
||||||
result = 'fu_materials_fusion_card',
|
|
||||||
result_count = 20,
|
|
||||||
energy_required = 100,
|
|
||||||
always_show_made_in = true,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name = 'fu_fusion_card_7_recipe',
|
name = 'fu_fusion_card_7_recipe',
|
||||||
type = 'recipe',
|
type = 'recipe',
|
||||||
|
|
|
@ -70,4 +70,18 @@ data:extend({
|
||||||
energy_required = 100,
|
energy_required = 100,
|
||||||
always_show_made_in = true,
|
always_show_made_in = true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name = 'fu_fusion_card_6_recipe',
|
||||||
|
type = 'recipe',
|
||||||
|
category = 'fu_fusor_crafting_category',
|
||||||
|
enabled = 'false',
|
||||||
|
ingredients = {
|
||||||
|
{type="fluid", name="fu_deuterium", amount=100},
|
||||||
|
{type="fluid", name="fu_helium_3", amount=100},
|
||||||
|
},
|
||||||
|
result = 'fu_materials_fusion_card',
|
||||||
|
result_count = 20,
|
||||||
|
energy_required = 100,
|
||||||
|
always_show_made_in = true,
|
||||||
|
},
|
||||||
})
|
})
|
Loading…
Add table
Add a link
Reference in a new issue