From 89279b4aeba6c080d2324b52eb05b28d6f264a25 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sun, 13 Dec 2020 10:12:08 +0100 Subject: [PATCH] Remove ancient ladder recipe override The recipe override predates the restructuring from ladder to ladder_wood and the change from 3 to 5 stairs produced. Since we are now designed for MTG 5.0.0, that has both, the recipe actually ends up _decreasing_ the number of stairs produced compared to MTG. Remove the override altogether. --- redefinitions.lua | 9 --------- 1 file changed, 9 deletions(-) diff --git a/redefinitions.lua b/redefinitions.lua index 6cb8ea4..eed2b76 100644 --- a/redefinitions.lua +++ b/redefinitions.lua @@ -16,15 +16,6 @@ minetest.register_craft({ } }) -minetest.register_craft({ - output = "default:ladder 4", - recipe = { - {"default:stick", "", "default:stick"}, - {"default:stick", "default:stick", "default:stick"}, - {"default:stick", "", "default:stick"}, - } -}) - minetest.clear_craft({ recipe = { {"default:papyrus", "default:papyrus", "default:papyrus"}