mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-05 18:10:26 +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'}
|
||
|
}
|
||
|
|