plantlife_modpack/vines/recipes.lua

14 lines
309 B
Lua
Executable File

vines.recipes['rope_block'] = {
{'', 'default:wood', ''},
{'', 'group:vines', ''},
{'', 'group:vines', ''}
}
vines.recipes['shears'] = {
{'', 'default:steel_ingot', ''},
{'group:stick', 'group:wood', 'default:steel_ingot'},
{'', '', 'group:stick'}
-- MODIFICATION MADE FOR MFF ^ (Mg|2/4/15)
}