summaryrefslogtreecommitdiff
path: root/vines/recipes.lua
blob: 991712b3a421be9f8ddf20b913c8a01f14bed5c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
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'}
}