Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some more tips #154

Open
wants to merge 1 commit into
base: 1.20.4
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion common/src/main/resources/assets/tipsmod/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,21 @@
"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.",
"tipsmod.tip.endermites": "There is a small chance that an Endermite will spawn when an Ender Pearl lands.",
"tipsmod.tip.enderman_projectiles": "Endermen can not be hit by projectiles.",
"tipsmod.tip.locked_repeaters": "Repeaters can be locked and kept in its state by powering the sides of it with another repeater.",
"tipsmod.tip.water_doors": "You can place a door underwater to create an air pocket.",
"tipsmod.tip.shears_dispenser": "You can put shears in a dispenser to shear sheep.",
"tipsmod.tip.sheared_cave_vines": "You can shear the ends of cave vines to stop them from growing.",
"tipsmod.tip.shulker_duplication": "A Shulker with an open shell may duplicate when hit by a Shulker Bullet.",
"tipsmod.tip.wither_smite": "The Wither is considered undead and will take increased damage from the Smite enchantment.",
"tipsmod.tip.wither_skeleton_charged_creeper": "A Charged Creeper explosion that kills certain mobs will drop one of their heads or skulls. This includes Wither Skeletons.",
"tipsmod.tip.dragon_egg": "There is only ever one Dragon Egg in each world, so take care not to lose it!",
"tipsmod.tip.enderman_endermite": "Endermen are hostile towards Endermites and will chase them down.",
"tipsmod.tip.loyalty_trident": "A Trident will be destroyed in the void even if it is enchanted with Loyalty.",
"tipsmod.tip.hopper_minecart_speed": "A Minecart with Hopper will pull items out of a container much faster than a normal Hopper, however it cannot push items into containers.",
"tipsmod.tip.villager_food": "In order to breed, Villagers must have enough bread, carrots, potatoes, or beetroot provided by the player or a Farmer Villager.",
"tipsmod.tip.turtle_bowl": "If a Turtle is struck by lightning, it will drop a single bowl and nothing more.",

"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/dragon_egg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"tip": {
"translate": "tipsmod.tip.dragon_egg"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"tip": {
"translate": "tipsmod.tip.enderman_endermite"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"tip": {
"translate": "tipsmod.tip.hopper_minecart_speed"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"tip": {
"translate": "tipsmod.tip.loyalty_trident"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"tip": {
"translate": "tipsmod.tip.shulker_duplication"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"tip": {
"translate": "tipsmod.tip.turtle_bowl"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"tip": {
"translate": "tipsmod.tip.villager_food"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"tip": {
"translate": "tipsmod.tip.wither_skeleton_charged_creeper"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"tip": {
"translate": "tipsmod.tip.wither_smite"
}
}