add back in vines crafting compatibility, add a screenshot and description.txt

This commit is contained in:
FaceDeer 2017-01-31 20:32:40 -07:00
parent 36a20910ba
commit 289a3c4c2d
4 changed files with 8 additions and 6 deletions

@ -15,15 +15,15 @@ minetest.register_craftitem("ropes:ropesegment", {
description = "Rope",
_doc_items_longdesc = ropes.doc.ropesegment_longdesc,
_doc_items_usagehelp = ropes.doc.ropesegment_usage,
groups = {ropes = 1},
groups = {vines = 1},
inventory_image = "ropes_item.png",
})
minetest.register_craft({
output = "ropes:ropeladder_top",
recipe = {
{'group:ropes','default:stick','group:ropes'},
{'group:ropes','default:stick','group:ropes'},
{'group:vines','default:stick','group:vines'},
{'group:vines','default:stick','group:vines'},
}
})
@ -31,7 +31,7 @@ minetest.register_craft({
output = "ropes:1rope_block",
recipe = {
{'default:wood',},
{'group:ropes',},
{'group:ropes'}
{'group:vines',},
{'group:vines'}
}
})

@ -1,3 +1,4 @@
default
farming?
vines?
doc?

1
description.txt Normal file

@ -0,0 +1 @@
Adds rope boxes of various lengths and also rope ladders.

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB