Cleanup node naming, node drops and inv. images

Descriptions of all nodes are (hopefully) in proper English now,
no more stupid non-descriptions like “Young2treebottom” etc.
Bush branches drop sticks, young tree trunks drop sticks, too.
This commit is contained in:
Wuzzy
2014-06-04 22:09:06 +02:00
committed by Vanessa Ezekowitz
parent c89d6c52b3
commit d56516de3a
6 changed files with 29 additions and 22 deletions

View File

@ -75,7 +75,7 @@ minetest.register_node("trunks:moss", {
-- MoSS & FuNGuS
-----------------------------------------------------------------------------------------------
minetest.register_node("trunks:moss_fungus", {
description = "Moss & Fungus",
description = "Moss with Fungus",
drawtype = "nodebox",--"signlike",
tiles = {"trunks_moss_fungus.png"},
inventory_image = "trunks_moss_fungus.png",
@ -151,7 +151,7 @@ minetest.register_node("trunks:twigs_roof", {
minetest.register_alias("woodstuff:twigs_roof_corner", "trunks:twigs_roof_corner")
minetest.register_node("trunks:twigs_roof_corner", {
description = "Twigs Roof Corner",
description = "Twigs Roof Corner 1",
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",