Add groups for tools and mushrooms (#2378)

Este commit está contenido en:
An0n3m0us
2019-06-01 20:10:30 +01:00
cometido por SmallJoker
padre 76a08a7058
commit e19f42d648
Se han modificado 6 ficheros con 48 adiciones y 23 borrados

Ver fichero

@@ -146,6 +146,7 @@ end
minetest.register_tool("screwdriver:screwdriver", {
description = "Screwdriver (left-click rotates face, right-click rotates axis)",
inventory_image = "screwdriver.png",
groups = {tool = 1},
on_use = function(itemstack, user, pointed_thing)
screwdriver.handler(itemstack, user, pointed_thing, screwdriver.ROTATE_FACE, 200)
return itemstack