Skip to content
Snippets Groups Projects
Commit 9e23e9ec authored by Casimir's avatar Casimir
Browse files

Wool group

For better crafting and modding.
parent 97db50a2
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ for _, row in ipairs(wool.dyes) do ...@@ -34,7 +34,7 @@ for _, row in ipairs(wool.dyes) do
minetest.register_node("wool:"..name, { minetest.register_node("wool:"..name, {
description = desc.." Wool", description = desc.." Wool",
tiles = {"wool_"..name..".png"}, 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 if craft_color_group then
-- Crafting from dye and white wool -- Crafting from dye and white wool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment