This commit is contained in:
sfan5 2019-09-10 19:48:21 +02:00
parent 1b67242398
commit f1dde83960

View file

@ -9,7 +9,7 @@ for i = 1, #dyes do
local name, desc = unpack(dyes[i])
minetest.register_node("wool:" .. name, {
description = S("@1 Wool", desc),
description = S(desc .. " Wool"),
tiles = {"wool_" .. name .. ".png"},
is_ground_content = false,
groups = {snappy = 2, choppy = 2, oddly_breakable_by_hand = 3,