Wool group

For better crafting and modding.
This commit is contained in:
Casimir 2013-01-04 23:47:27 +01:00
parent 97db50a2fe
commit 9e23e9ecbf
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ for _, row in ipairs(wool.dyes) do
minetest.register_node("wool:"..name, {
description = desc.." Wool",
tiles = {"wool_"..name..".png"},
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3},
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3,wool=1},
})
if craft_color_group then
-- Crafting from dye and white wool