1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-11-17 07:50:29 +01: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'] = { vines.recipes['shears'] = {
{'', 'default:steel_ingot', ''}, {'', 'default:steel_ingot', ''},
{'default:stick', 'default:wood', 'default:steel_ingot'}, {'group:stick', 'group:wood', 'default:steel_ingot'},
{'', '', 'default:stick'} {'', '', 'group:stick'}
} }

View File

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