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