From 6137a4828e4c647d28f0aa2a5c1c5efd6a63d4c7 Mon Sep 17 00:00:00 2001 From: Ryan <78032176+BigGaemer@users.noreply.github.com> Date: Tue, 20 Feb 2024 17:43:07 +0200 Subject: [PATCH] added death message --- src/main/resources/assets/terraoriginum/lang/en_us.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/assets/terraoriginum/lang/en_us.json b/src/main/resources/assets/terraoriginum/lang/en_us.json index 5088d05..a4e0c56 100644 --- a/src/main/resources/assets/terraoriginum/lang/en_us.json +++ b/src/main/resources/assets/terraoriginum/lang/en_us.json @@ -3,6 +3,9 @@ "item.terraoriginum.mync_eye": "you shouldnt have this", "item.terraoriginum.umbrella": "Umbrella", + "death.attack.lack_of_ectoplasm": "%1$s died to the light.", + "death.attack.lack_of_ectoplasm.player": "%1$s died to the light whilst trying to escape %2$s.", + //-----Immortal Human-----// "origin.terraoriginum.immortal_human.name": "Immortal Human", "origin.terraoriginum.immortal_human.description": "You hate life, but out of spite, the gods cursed you with being immortal. How unfortunate.",