From 285a38714419dc5e3404101f2bc0356a6218c803 Mon Sep 17 00:00:00 2001 From: Tomasz Wiejak Date: Sun, 8 Feb 2026 00:06:07 +0100 Subject: [PATCH] Fix hot coals handsorting There is a name in recipe that doesn't match one in the locale. Recipe doesn't show ingame. --- prototypes/recipes/recipes-zerostart.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes/recipes/recipes-zerostart.lua b/prototypes/recipes/recipes-zerostart.lua index 3506d4d..c5edd2f 100644 --- a/prototypes/recipes/recipes-zerostart.lua +++ b/prototypes/recipes/recipes-zerostart.lua @@ -104,7 +104,7 @@ RECIPE{ -- sort through coals RECIPE{ - name = "handsort-coals", + name = "handsort-hot-coals", enabled = true, energy_required = 1, category = "handcrafting",