1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-17 15:20:30 +02:00
Files
plantlife_modpack/vines/recipes.lua
2018-09-08 14:54:14 +02:00

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)
}