mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-26 03:20:19 +02:00
Updated planflife modpack : bug fixes, less laggy, etc..
This commit is contained in:
12
mods/plantlife_modpack/vines/recipes.lua
Normal file
12
mods/plantlife_modpack/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