Skip to content

Commit

Permalink
ratio fix to make this recipe not terrible
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Oct 18, 2023
1 parent f15099a commit 60dbf34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prototypes/recipes/ralesia/recipes-auto-ralesia.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ FUN.autorecipes {
{
ingredients =
{
{name='ralesia-seeds', amount = 9},
{name='ralesia-seeds', amount = 8},
{name='water', amount = 100, fluidbox_index = 1},
{name='hydrogen', amount = 100, fluidbox_index = 2},
{name='soil', amount = 15},
},
results =
{
{name='ralesias', amount = 9},
{name='ralesias', amount = 10},
},
crafting_speed = 125,
tech = 'ralesia'
Expand Down

0 comments on commit 60dbf34

Please sign in to comment.