Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 3.2.6
Date: ????
Changes:
- Changed internal name of "dirty-water-light" to "muddy-sludge".
- Changed internal name of "dirty-water-heavy" to "tailings".
Bugfixes:
- Fixed disabling fun entity names mod setting not applying to atomizer and solid separator
- Fixed disabling fun entity names mod setting breaking when using non-english locale
Expand Down
4 changes: 2 additions & 2 deletions prototypes/recipes/recipes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RECIPE {
results =
{
{ type = "item", name = "stone", amount = 10 },
{ type = "fluid", name = "dirty-water-light", amount = 50 }
{ type = "fluid", name = "muddy-sludge", amount = 50 }
},
main_product = "stone",
icon = "__pycoalprocessinggraphics__/graphics/icons/soil-washer.png",
Expand Down Expand Up @@ -77,7 +77,7 @@ RECIPE {
},
results = {
{ type = "item", name = "stone", amount_min = 6, amount_max = 12, probability = 0.5 },
{ type = "fluid", name = "dirty-water-light", amount = 1200 },
{ type = "fluid", name = "muddy-sludge", amount = 1200 },
{ type = "item", name = "moss", amount = 1, probability = 0.08 },
},
main_product = "moss"
Expand Down