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