1
0
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:
LeMagnesium
2015-02-24 18:16:22 +01:00
parent 82d743415e
commit 70b36257ea
46 changed files with 1086 additions and 771 deletions

View 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'}
}