mirror of
https://github.com/minetest-mods/ropes.git
synced 2024-11-24 08:23:47 +01:00
add back in vines crafting compatibility, add a screenshot and description.txt
This commit is contained in:
parent
36a20910ba
commit
289a3c4c2d
12
crafts.lua
12
crafts.lua
@ -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
1
description.txt
Normal file
@ -0,0 +1 @@
|
||||
Adds rope boxes of various lengths and also rope ladders.
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 188 KiB |
Loading…
Reference in New Issue
Block a user