Eliminate curtains to rope recipe.

master
Hildigerr Vergaray 2019-10-03 12:23:11 -07:00
parent 75152eb20e
commit a951ac3f76
1 changed files with 0 additions and 9 deletions

View File

@ -98,15 +98,6 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = '"ropes:rope" 4',
recipe = {
{'homedecor:curtain_white'},
{'homedecor:curtain_white'},
{'homedecor:curtain_white'},
}
})
minetest.register_node("ropes:rope", {
description = "Rope",
drawtype = "signlike",