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

@ -153,7 +153,7 @@ minetest.register_node("mcl_nether:red_nether_brick", {
minetest.register_node("mcl_nether:nether_wart_block", {
description = S("Nether Wart Block"),
_doc_items_longdesc = S("A nether wart block is a purely decorational block made from nether wart."),
_doc_items_longdesc = S("A nether wart block is a purely decorative block made from nether wart."),
stack_max = 64,
tiles = {"mcl_nether_nether_wart_block.png"},
is_ground_content = false,