Skip to content

Commit

Permalink
https://github.com/pyanodon/pybugreports/issues/127
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Oct 18, 2023
1 parent 430e13c commit f15099a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 2 additions & 15 deletions prototypes/recipes/ralesia/recipes-auto-ralesia.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f15099a

Please sign in to comment.