dreambuilder_game/vines/recipes.lua
Vanessa Dannenberg af2fedcf99 add readme.md
...and some change to plantlife that I can't remember what for ;)
2018-05-11 10:10:50 -04:00

12 lines
261 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'}
}