mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2024-11-05 09:50:27 +01:00
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'}
|
|
}
|
|
|