mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-07 18:40:51 +02:00
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:
@ -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({
|
minetest.clear_craft({
|
||||||
recipe = {
|
recipe = {
|
||||||
{"default:papyrus", "default:papyrus", "default:papyrus"}
|
{"default:papyrus", "default:papyrus", "default:papyrus"}
|
||||||
|
Reference in New Issue
Block a user