1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-29 07:50:35 +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:
Ombridride 2015-03-21 23:15:16 +01:00
parent 2184109799
commit 0daca69efa
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,5 +1,5 @@
--[[minetest.register_tool("vines:shears", {
description = "Shears",
[[minetest.register_tool("vines:shears", {
description = "Shears for Vines",
inventory_image = "vines_shears.png",
wield_image = "vines_shears.png",
stack_max = 1,