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:
committed by
Vanessa Ezekowitz
parent
0c6db75383
commit
e049492b59
12
vines/recipes.lua
Normal file
12
vines/recipes.lua
Normal 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'}
|
||||
}
|
||||
|
Reference in New Issue
Block a user