Skip to content

Commit

Permalink
Buffed simik scale -> uranium ore atomizer recipe by 5X
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Feb 16, 2024
1 parent f65774a commit 41c6e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Version: 2.1.22
Date: ???
Fixes:
- Added a migration to clean any remaining bugged bioport graphics
- Buffed simik scale -> uranium ore atomizer recipe by 5X
---------------------------------------------------------------------------------------------------
Version: 2.1.21
Date: 2024-2-2
Expand Down
2 changes: 1 addition & 1 deletion prototypes/recipes/recipes-atomizer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ RECIPE {
enabled = false,
energy_required = 10,
ingredients = {
{type = 'item', name = 'simik-scales', amount = 10},
{type = 'item', name = 'simik-scales', amount = 2},
},
results = {
{type = 'item', name = 'uranium-ore', amount = 8},
Expand Down

0 comments on commit 41c6e3b

Please sign in to comment.