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:
parent
2184109799
commit
0daca69efa
@ -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'}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user