1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-14 08:40:23 +02:00
server-nalc/mods/plantlife_modpack/vines/recipes.lua
LeMagnesium 2f9656f359 Updated plantlife : added sunflowers
- Added sunflowers' models and textures
2015-04-02 16:47:18 +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)
}