mirror of
https://github.com/minetest-mods/ropes.git
synced 2024-11-24 08:23:47 +01:00
Fixed shears recipe output
This commit is contained in:
parent
e5eeb033f7
commit
f6ebd62884
2
init.lua
2
init.lua
@ -391,7 +391,7 @@ minetest.register_tool("vines:shears", {
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'special_tools:shears',
|
||||
output = 'vines:shears',
|
||||
recipe = {
|
||||
{'', 'default:steel_ingot', ''},
|
||||
{'default:stick', 'default:wood', 'default:steel_ingot'},
|
||||
|
Loading…
Reference in New Issue
Block a user