diff --git a/common/src/main/resources/assets/tipsmod/lang/en_us.json b/common/src/main/resources/assets/tipsmod/lang/en_us.json index 5ced23d..de6e841 100644 --- a/common/src/main/resources/assets/tipsmod/lang/en_us.json +++ b/common/src/main/resources/assets/tipsmod/lang/en_us.json @@ -88,6 +88,8 @@ "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.respawn_anchor_explodes": "Trying to set your spawn in other dimensions will end poorly.", + "tipsmod.tip.zombified_piglin_eggs": "Zombified piglins will go towards turtle eggs.", "gui.tips.list.title": "Tips List", "gui.tips.list.search": "Search", diff --git a/common/src/main/resources/assets/tipsmod/tips/respawn_anchor_explodes.json b/common/src/main/resources/assets/tipsmod/tips/respawn_anchor_explodes.json new file mode 100644 index 0000000..356037c --- /dev/null +++ b/common/src/main/resources/assets/tipsmod/tips/respawn_anchor_explodes.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tipsmod.tip.respawn_anchor_explodes" + } + } \ No newline at end of file diff --git a/common/src/main/resources/assets/tipsmod/tips/zombified_piglin_eggs.json b/common/src/main/resources/assets/tipsmod/tips/zombified_piglin_eggs.json new file mode 100644 index 0000000..5672289 --- /dev/null +++ b/common/src/main/resources/assets/tipsmod/tips/zombified_piglin_eggs.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tipsmod.tip.zombified_piglin_eggs" + } +} \ No newline at end of file