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.
This commit is contained in:
Giuseppe Bilotta 2020-12-13 10:12:08 +01:00
parent 26ca7af997
commit 89279b4aeb
1 changed files with 0 additions and 9 deletions

View File

@ -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"}