Change wording: “decorational” → “decorative”

This commit is contained in:
Wuzzy 2019-03-09 17:01:36 +01:00
parent eff91038e8
commit 5dd650e921
12 changed files with 60 additions and 60 deletions

View file

@ -40,7 +40,7 @@ for _, row in ipairs(wool.dyes) do
-- Node Definition
minetest.register_node("mcl_wool:"..name, {
description = desc_wool,
_doc_items_longdesc = S("Wool is a decorational block which comes in many different colors."),
_doc_items_longdesc = S("Wool is a decorative block which comes in many different colors."),
stack_max = 64,
is_ground_content = false,
tiles = {texture..".png"},