Skip to content

Commit 7616c63

Browse files
Add a few joke tips.
* Joke Tips. Tips that may give a chuckle to the player. Jokes are based on obvious facts or puns. * Joke Tips Renamed and changed up low-tier jokes. kept the three funniest ones * conform to requested changes. add a period behind each sentence change dragon tip name change up thunderstruck pun
1 parent 9a41e80 commit 7616c63

File tree

13 files changed

+73
-1
lines changed

13 files changed

+73
-1
lines changed

Common/src/main/resources/assets/tipsmod/lang/en_us.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tipsmod.title.default": "Tip",
3-
3+
44
"tipsmod.tip.no_tips": "No tips have been loaded. Please review the configurations.",
55
"tipsmod.tip.undead_damage": "Undead mobs like Skeletons are damaged by health potions and healed by damage potions.",
66
"tipsmod.tip.poison_immune": "Zombies, Skeletons, and Spiders are all immune to poison damage.",
@@ -70,6 +70,18 @@
7070
"tipsmod.tip.freezing_leather": "Leather armor can protect against freezing damage.",
7171
"tipsmod.tip.azalea_caves": "Azalea trees grow above the lush cave biomes.",
7272

73+
"tipsmod.tip.joke.button": "Despite the name, you don't have to sit on Buttons for them to work.",
74+
"tipsmod.tip.joke.combat": "Zombies dislike it when you stab them with a sword.",
75+
"tipsmod.tip.joke.swim": "If you stay under water too long you may drown.",
76+
"tipsmod.tip.joke.hop": "Despite the name, Hoppers aren't related to Rabbits.",
77+
"tipsmod.tip.joke.lava": "Like any items, buckets will burn in lava, but not when it is IN the bucket.",
78+
"tipsmod.tip.joke.stairs": "Placing stairs upside down does not allow you to walk on ceilings.",
79+
"tipsmod.tip.joke.skulls": "Being ill tempered, Wither Skeletons lose their head easily.",
80+
"tipsmod.tip.joke.creeper": "Don't play AC/DC near Creepers, they may become Thunderstruck.",
81+
"tipsmod.tip.joke.shears": "Running with Shears is safer in Minecraft.",
82+
"tipsmod.tip.joke.provoke": "Dragons are dangerous when provoked.",
83+
"tipsmod.tip.only_egg": "The dragon egg is the only egg in Minecraft that doesn't spawn an entity.",
84+
7385
"gui.tips.list.title": "Tips List",
7486
"gui.tips.list.search": "Search",
7587
"gui.tips.list.show_disabled": "Show Disabled",
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"tip": {
3+
"translate": "tipsmod.tip.joke.button"
4+
}
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"tip": {
3+
"translate": "tipsmod.tip.joke.combat"
4+
}
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"tip": {
3+
"translate": "tipsmod.tip.joke.creeper"
4+
}
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"tip": {
3+
"translate": "tipsmod.tip.joke.hop"
4+
}
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"tip": {
3+
"translate": "tipsmod.tip.joke.lava"
4+
}
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"tip": {
3+
"translate": "tipsmod.tip.dragon"
4+
}
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"tip": {
3+
"translate": "tipsmod.tip.joke.provoke"
4+
}
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"tip": {
3+
"translate": "tipsmod.tip.joke.shears"
4+
}
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"tip": {
3+
"translate": "tipsmod.tip.joke.skulls"
4+
}
5+
}

0 commit comments

Comments
 (0)