From c7d2474e0bcb8da8c5fb8f77271a9ed1596c787d Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 16 Nov 2014 12:38:51 -0500 Subject: [PATCH] add all colored sticks to the stick group --- stick.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stick.lua b/stick.lua index 5be3406..11347e2 100644 --- a/stick.lua +++ b/stick.lua @@ -40,13 +40,13 @@ for shade = 1, 3 do minetest.register_craftitem(colorname, { description = itemdesc, inventory_image = pngname, - groups = { coloredsticks=1, not_in_creative_inventory=1 } + groups = { coloredsticks=1, not_in_creative_inventory=1, stick=1 } }) minetest.register_craftitem(s50colorname, { description = s50itemdesc, inventory_image = s50pngname, - groups = { coloredsticks=1, not_in_creative_inventory=1 } + groups = { coloredsticks=1, not_in_creative_inventory=1, stick=1 } }) minetest.register_craft( { @@ -81,7 +81,7 @@ for hue = 1, 12 do minetest.register_craftitem(colorname, { description = itemdesc, inventory_image = pngname, - groups = { coloredsticks=1, not_in_creative_inventory=1 } + groups = { coloredsticks=1, not_in_creative_inventory=1, stick=1 } }) minetest.register_craft({ @@ -120,7 +120,7 @@ for grey = 1,5 do minetest.register_craftitem(greyshadename, { description = itemdesc, inventory_image = pngname, - groups = { coloredsticks=1, not_in_creative_inventory=1 } + groups = { coloredsticks=1, not_in_creative_inventory=1, stick=1 } }) minetest.register_craft({