1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-30 05:40:23 +02:00

Vines update

This commit is contained in:
bas080
2015-02-15 06:00:57 +01:00
committed by Vanessa Ezekowitz
parent 0c6db75383
commit e049492b59
32 changed files with 433 additions and 441 deletions

12
vines/recipes.lua Normal file
View File

@ -0,0 +1,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'}
}