1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2024-09-23 12:30:20 +02:00
plantlife_modpack/vines/recipes.lua
2017-05-18 05:47:41 -04:00

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'}
}