added recipe for ceramic
This commit is contained in:
parent
51362e2b6f
commit
f27530cc8b
4 changed files with 33 additions and 1 deletions
|
@ -1,4 +1,16 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 1.0.2
|
||||||
|
Date: 23.3.2022
|
||||||
|
Features:
|
||||||
|
- added recipe for ceramic for overhaul mode
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 1.0.1
|
||||||
|
Date: 23.3.2022
|
||||||
|
Features:
|
||||||
|
- updated ru locale thanks to Astorin
|
||||||
|
Bugfixes:
|
||||||
|
- fixed bug that causes a crash with the new overhaul mode
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Date: 22.3.2022
|
Date: 22.3.2022
|
||||||
Features:
|
Features:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "248k",
|
"name": "248k",
|
||||||
"version": "1.0.0",
|
"version": "1.0.2",
|
||||||
"title": "248k Mod",
|
"title": "248k Mod",
|
||||||
"author": "PreLeyZero",
|
"author": "PreLeyZero",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
|
|
|
@ -242,6 +242,10 @@ data:extend({
|
||||||
type = 'unlock-recipe',
|
type = 'unlock-recipe',
|
||||||
recipe = 'el_ceramic_recipe',
|
recipe = 'el_ceramic_recipe',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type = 'unlock-recipe',
|
||||||
|
recipe = 'el_ceramic_1_recipe',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type = 'unlock-recipe',
|
type = 'unlock-recipe',
|
||||||
recipe = 'el_ALK_recipe',
|
recipe = 'el_ALK_recipe',
|
||||||
|
|
|
@ -1134,6 +1134,22 @@ data:extend({
|
||||||
energy_required = 1,
|
energy_required = 1,
|
||||||
order = 'a-b',
|
order = 'a-b',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name = 'el_ceramic_1_recipe',
|
||||||
|
type = 'recipe',
|
||||||
|
enabled = 'false',
|
||||||
|
category = 'el_arc_furnace_category',
|
||||||
|
ingredients = {
|
||||||
|
{type="fluid", name="steam", amount=100},
|
||||||
|
{type="item", name="stone", amount=2},
|
||||||
|
{type="item", name="coal", amount=1},
|
||||||
|
},
|
||||||
|
results = {
|
||||||
|
{type="item", name="el_materials_ceramic", amount=2},
|
||||||
|
},
|
||||||
|
energy_required = 1,
|
||||||
|
order = 'a-b',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name = 'el_ALK_recipe',
|
name = 'el_ALK_recipe',
|
||||||
type = 'recipe',
|
type = 'recipe',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue