Skip to content

Commit

Permalink
added empty barrel to sugar->wax recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 21, 2023
1 parent a903a01 commit 5bb47ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Date: ?
- fixed crash with 2.1.10 migration
- fixed that the arqad used comb recycling recipe was not unlockable by research
- fixed that moondrop and bhoddos turds weren't reset properly on migration
- added empty barrel to sugar->wax recipe
---------------------------------------------------------------------------------------------------
Version: 2.1.10
Date: 2023-11-21
Expand Down
1 change: 1 addition & 0 deletions prototypes/recipes/arqad/recipes-arqad.lua
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ RECIPE {
energy_required = 50,
ingredients = {
{type = 'item', name = 'sugar', amount = 5},
{type = 'item', name = 'empty-barrel', amount = 1},
},
results = {
{type = 'item', name = 'wax-barrel', amount = 1},
Expand Down

0 comments on commit 5bb47ec

Please sign in to comment.