1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2024-09-21 11:30:23 +02:00
plantlife_modpack/vines/recipes.lua

13 lines
270 B
Lua
Raw Normal View History

2015-02-15 06:00:57 +01:00
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'}
}