diff --git a/changelog.txt b/changelog.txt index f86f0005a..d320a1bce 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,8 @@ Version: 2.1.10 Date: ??? Changes: + - fixed hot molten salt, nexelit slurry, combustion mixture, molten nexelit-zinc-gadolinium being labed as gases when they should have been labeled as fluids (https://github.com/pyanodon/pybugreports/issues/319) + - removed ralestia mk1 recipe. all ralesia recipes now require hydrogen - added decentralised PyPP cache file - Removed tar, aromatics, glycerol, oleochemicals, depolymerized organics, ethonal, fish oil, liquid manure, black liquor, and tall oil from compostables list. - fixed multiple mispellings diff --git a/prototypes/recipes/ralesia/recipes-auto-ralesia.lua b/prototypes/recipes/ralesia/recipes-auto-ralesia.lua index 5fdeb7896..a2c800cec 100644 --- a/prototypes/recipes/ralesia/recipes-auto-ralesia.lua +++ b/prototypes/recipes/ralesia/recipes-auto-ralesia.lua @@ -13,27 +13,14 @@ FUN.autorecipes { { ingredients = { - {name='ralesia-seeds', amount = 4}, + {name='ralesia-seeds', amount = 9}, {name='water', amount = 100, fluidbox_index = 1}, - }, - results = - { - {name='ralesias', amount = 5}, - }, - crafting_speed = 150, - tech = 'ralesia' - }, - --red - { - ingredients = - { - {name='ralesia-seeds', add_amount = 5}, {name='hydrogen', amount = 100, fluidbox_index = 2}, {name='soil', amount = 15}, }, results = { - {name='ralesias', add_amount = 5}, + {name='ralesias', amount = 9}, }, crafting_speed = 125, tech = 'ralesia'