From b1cde9e3a3bc44d79868e5509e7df8a23854175c Mon Sep 17 00:00:00 2001 From: protocol-1903 Date: Wed, 23 Jul 2025 21:51:17 -0700 Subject: [PATCH 1/3] internally migrate dirty-water-light to muddy-sludge and dirty-water-heavy to tailings. no you are not crazy, melon got things backwards and upside down --- changelog.txt | 3 +++ prototypes/recipes/recipes.lua | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 4297d75..025ce17 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/prototypes/recipes/recipes.lua b/prototypes/recipes/recipes.lua index e0f300f..0eddb1a 100644 --- a/prototypes/recipes/recipes.lua +++ b/prototypes/recipes/recipes.lua @@ -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", @@ -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" From e0686ba2dbf34c80cc823ab5644fc8beefe690eb Mon Sep 17 00:00:00 2001 From: protocol-1903 Date: Mon, 28 Jul 2025 20:44:56 -0700 Subject: [PATCH 2/3] Typo :P --- locale/en/locale.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/locale.cfg b/locale/en/locale.cfg index c2f8f20..8e17e23 100644 --- a/locale/en/locale.cfg +++ b/locale/en/locale.cfg @@ -73,7 +73,7 @@ pumping-productivity=Pumping Productivity change-recipe-productivity=Mining Productivity: +10% [mod-setting-name] -disable-pyblock-fun-names=Turn of alternate MK 00 names +disable-pyblock-fun-names=Turn off alternate MK 00 names [mod-setting-description] disable-pyblock-fun-names=Why would you do such a thing? From 601c9609a3172141b47cb324a95843a1a25bb72c Mon Sep 17 00:00:00 2001 From: protocol-1903 Date: Tue, 12 Aug 2025 18:49:32 -0700 Subject: [PATCH 3/3] datestamp changelog --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 025ce17..70fb2c3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ --------------------------------------------------------------------------------------------------- Version: 3.2.6 -Date: ???? +Date: 2025-08-13 Changes: - Changed internal name of "dirty-water-light" to "muddy-sludge". - Changed internal name of "dirty-water-heavy" to "tailings".