mirror of
https://github.com/minetest-mods/ropes.git
synced 2024-12-01 03:44:00 +01:00
66a7437c09
fixed wield image
13 lines
262 B
Lua
13 lines
262 B
Lua
vines.recipes['rope_block'] = {
|
|
{'', 'group:wood', ''},
|
|
{'', 'group:vines', ''},
|
|
{'', 'group:vines', ''}
|
|
}
|
|
|
|
vines.recipes['shears'] = {
|
|
{'', 'default:steel_ingot', ''},
|
|
{'group:stick', 'group:wood', 'default:steel_ingot'},
|
|
{'', '', 'group:stick'}
|
|
}
|
|
|