Skip to content

Commit

Permalink
Add a new tip (#135)
Browse files Browse the repository at this point in the history
* Add a new tip

* add missing tip json file
  • Loading branch information
jaredlll08 committed Nov 6, 2023
1 parent 8df84d4 commit 28cc421
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/src/main/resources/assets/tipsmod/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"tipsmod.tip.joke.swim": "If you stay under water too long you may drown.",
"tipsmod.tip.joke.lava": "Like any items, buckets will burn in lava, but not when it is IN the bucket.",
"tipsmod.tip.joke.skulls": "Wither Skeletons are known to lose their heads.",
"tipsmod.tip.endermites": "There is a small chance that an Endermite will spawn when an Enderpearl lands.",

"gui.tips.list.title": "Tips List",
"gui.tips.list.search": "Search",
Expand Down
5 changes: 5 additions & 0 deletions common/src/main/resources/assets/tipsmod/tips/endermites.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"tip": {
"translate": "tipsmod.tip.endermites"
}
}

0 comments on commit 28cc421

Please sign in to comment.