update ropes recipe

master
Milan 2017-09-09 13:06:38 +02:00
parent 68e5197368
commit 4c21ab4a5e
1 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,7 @@ minetest.register_craft({
output = "castle:ropes",
recipe = {
{"farming:string"},
{"farming:string"},
{"farming:string"},
{"xdecor:rope"},
}
})