summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2017-03-30 20:45:19 +0200
committerWuzzy <almikes@aol.com>2017-03-30 20:45:19 +0200
commitb0e08fa35a5bbc586ef9ccf58d2152a6d24c1b7c (patch)
tree007c4a42150ac62d6042428f2f8d9226915a7c3a
parent4e96c55d0416a3a797b3ce726bf7ff4d80c72b66 (diff)
Add PB&J Pup, PB&J Pup Candies
-rw-r--r--depends.txt3
-rw-r--r--helptexts.lua6
2 files changed, 8 insertions, 1 deletions
diff --git a/depends.txt b/depends.txt
index 849099e..330a784 100644
--- a/depends.txt
+++ b/depends.txt
@@ -9,7 +9,8 @@ dye
farming
flowers
fire
-nyancat
+nyancat?
+pbj_pup
screwdriver
stairs
tnt
diff --git a/helptexts.lua b/helptexts.lua
index ad76adb..8010360 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -222,6 +222,9 @@ local export_longdesc = {
["nyancat:nyancat"] = nyandesc,
["nyancat:nyancat_rainbow"] = rainbowdesc,
+ ["pbj_pup:pbj_pup"] = S("The peanut butter & jelly pup (PB&J Pup) is a weird cubic creature which is partly dog, partly sandwich and likes to bark and howl frequently. It can be dug easily by simple tools. PB&J pups are usually followed by a trail of PB&J Pup Candies. PB&J Pups can be eaten, which restores your HP by 5 immediately and makes you bark and howl and further increase your health for about 5 minutes after eating it."),
+ ["pbj_pup:pbj_pup_candies"] = S("A block of candies made by a peanut butter & jelly pup (PB&J Pups). This block can be eaten, which restores your HP by 5 immediately and makes you bark and howl and further increase your health for about 5 minutes after eating it."),
+
["default:book"] = S("A book is used to store notes and to make bookshelves."),
["default:book_written"] = S("A book is used to store notes and to make bookshelves. Books with text contain notes and can be copied."),
["default:grass_1"] = S("Grass can be found in large quantities in open plains. It comes in 5 different sizes but doesn't grow. There's a small chance it turns neighbor dirt blocks into dirt with grass, when they're in sunlight."),
@@ -521,6 +524,9 @@ local export_usagehelp = {
["farming:hoe_mese"] = hoeuse,
["farming:hoe_diamond"] = hoeuse,
+ ["pbj_pup:pbj_pup"] = eat,
+ ["pbj_pup:pbj_pup_candies"] = eat,
+
["default:key"] = S("Wield the key and right-click on a locked thing to attempt to access it. If the key fits, you perform the action (e.g. you open a door). If it doesn't fit, the key does nothing."),
["default:skeleton_key"] = S("Go to the locked thing you own to match the key for. Right-click on it to turn the skeleton key into a key and permanently match it to the locked thing. Any player who possesses this key can now access the locked thing you have selected—but only this! Note that you don't need keys for the things you own. If the locked thing has been removed, the key will stop working."),
}