Add help texts for deco and building blocks

This commit is contained in:
Wuzzy 2017-03-18 18:01:28 +01:00
parent 7f572f1dcd
commit 1b3a2550f1
6 changed files with 23 additions and 2 deletions

View file

@ -39,8 +39,8 @@ local function addhead(node, desc, longdesc)
end
-- Add heads
addhead("zombie", "Zombie Head", "A zombie heads is a small decorative block which resembles the head of a zombie.")
addhead("creeper", "Creeper Head", "A creeper heads is a small decorative block which resembles the head of a creeper.")
addhead("zombie", "Zombie Head", "A zombie head is a small decorative block which resembles the head of a zombie.")
addhead("creeper", "Creeper Head", "A creeper head is a small decorative block which resembles the head of a creeper.")
-- Original Minecraft name: “Head”
addhead("steve", "Human Head", "A human head is a small decorative block which resembles the head of a human (i.e. a player character).")
addhead("skeleton", "Skeleton Skull", "A skeleton skull is a small decorative block which resembles the head of a skeleton.")