generalize the wood and sticks needed for recipes

This commit is contained in:
FaceDeer 2017-02-01 22:19:32 -07:00
parent da5969cdf9
commit 76566ecd90

@ -22,15 +22,15 @@ minetest.register_craftitem("ropes:ropesegment", {
minetest.register_craft({
output = "ropes:ropeladder_top",
recipe = {
{'group:vines','default:stick','group:vines'},
{'group:vines','default:stick','group:vines'},
{'group:vines','group:stick','group:vines'},
{'group:vines','group:stick','group:vines'},
}
})
minetest.register_craft({
output = "ropes:1rope_block",
recipe = {
{'default:wood',},
{'group:wood',},
{'group:vines',},
{'group:vines'}
}