mirror of
https://github.com/minetest-mods/ropes.git
synced 2024-11-24 16:33:48 +01:00
1d71ba447b
- Use the vines group instead of just the side vines
13 lines
270 B
Lua
13 lines
270 B
Lua
vines.recipes['rope_block'] = {
|
|
{'', 'default:wood', ''},
|
|
{'', 'group:vines', ''},
|
|
{'', 'group:vines', ''}
|
|
}
|
|
|
|
vines.recipes['shears'] = {
|
|
{'', 'default:steel_ingot', ''},
|
|
{'default:stick', 'default:wood', 'default:steel_ingot'},
|
|
{'', '', 'default:stick'}
|
|
}
|
|
|