added recipe for ceramic

This commit is contained in:
PreLeyZero 2022-03-24 00:00:41 +01:00
parent 51362e2b6f
commit f27530cc8b
4 changed files with 33 additions and 1 deletions

View file

@ -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:

View file

@ -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",

View file

@ -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',

View file

@ -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',