group:stick used for shears

This commit is contained in:
tenplus1 2015-03-20 18:18:55 +00:00
parent f4bda09523
commit 517187b234

View File

@ -111,6 +111,6 @@ minetest.register_craft({
output = 'mobs:shears',
recipe = {
{'', 'default:steel_ingot', ''},
{'', 'default:stick', 'default:steel_ingot'},
{'', 'group:stick', 'default:steel_ingot'},
}
})