From b09693612bb0ada57fbeb6a3df03c78f2d9cd305 Mon Sep 17 00:00:00 2001 From: Somedumbguy Date: Tue, 4 Feb 2025 11:38:54 -0500 Subject: [PATCH] fix the recipe output name for aluminum handrail recipe --- items/aluminium.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/items/aluminium.lua b/items/aluminium.lua index 0c34069e..59fecb7e 100644 --- a/items/aluminium.lua +++ b/items/aluminium.lua @@ -73,7 +73,7 @@ if minetest.get_modpath('techpack_stairway') then }) minetest.register_craft({ - output = "techpack_stairway:handrail 6", + output = "techpack_stairway:handrail1 6", recipe = { {"default:steel_ingot", "default:coal_lump", ""}, {"techage:aluminum", "", ""},