plantlife_modpack/vines/recipes.lua

12 lines
261 B
Lua
Raw Normal View History

2015-02-15 06:00:57 +01:00
vines.recipes['rope_block'] = {
2017-03-31 05:19:39 +02:00
{'', 'group:wood', ''},
2015-02-15 06:00:57 +01:00
{'', 'group:vines', ''},
{'', 'group:vines', ''}
}
vines.recipes['shears'] = {
{'', 'default:steel_ingot', ''},
2017-03-31 05:19:39 +02:00
{'group:stick', 'group:wood', 'default:steel_ingot'},
{'', '', 'group:stick'}
2015-02-15 06:00:57 +01:00
}