From 17add1fe6e4c14130edc8599638d1e988d1df0c6 Mon Sep 17 00:00:00 2001 From: AnotherPillow <85362273+AnotherPillow@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:48:23 +0100 Subject: [PATCH] Add 2 new tips (anchor exploding, zombified piglin eggs) --- common/src/main/resources/assets/tipsmod/lang/en_us.json | 2 ++ .../assets/tipsmod/tips/respawn_anchor_explodes.json | 5 +++++ .../resources/assets/tipsmod/tips/zombified_piglin_eggs.json | 5 +++++ 3 files changed, 12 insertions(+) create mode 100644 common/src/main/resources/assets/tipsmod/tips/respawn_anchor_explodes.json create mode 100644 common/src/main/resources/assets/tipsmod/tips/zombified_piglin_eggs.json 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