mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-26 03:20:19 +02:00
Re-add vines:shears
Because it’s the only way for take « vines:vines », description changed for « Shears for Vines » and changed the recipe for more flexibility (group:*)
This commit is contained in:
@ -6,7 +6,7 @@ vines.recipes['rope_block'] = {
|
||||
|
||||
vines.recipes['shears'] = {
|
||||
{'', 'default:steel_ingot', ''},
|
||||
{'default:stick', 'default:wood', 'default:steel_ingot'},
|
||||
{'', '', 'default:stick'}
|
||||
{'group:stick', 'group:wood', 'default:steel_ingot'},
|
||||
{'', '', 'group:stick'}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user