From ff463b2dbd62b87775ba9dbe9e30885e6f6f82f1 Mon Sep 17 00:00:00 2001 From: CosmoOrSth <79050675+CosmoOrSth@users.noreply.github.com> Date: Sun, 13 Oct 2024 13:10:07 +0530 Subject: [PATCH] minor fixes --- .../net/arcmods/arcteam/terraoriginum/TerraOriginum.java | 3 +-- src/main/resources/assets/terraoriginum/lang/en_us.json | 8 ++------ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/main/java/net/arcmods/arcteam/terraoriginum/TerraOriginum.java b/src/main/java/net/arcmods/arcteam/terraoriginum/TerraOriginum.java index 4846283..46672be 100644 --- a/src/main/java/net/arcmods/arcteam/terraoriginum/TerraOriginum.java +++ b/src/main/java/net/arcmods/arcteam/terraoriginum/TerraOriginum.java @@ -3,9 +3,8 @@ package net.arcmods.arcteam.terraoriginum; import net.arcmods.arcteam.terraoriginum.blocks.cottonCropBlock; import net.arcmods.arcteam.terraoriginum.blocks.crucifix; import net.arcmods.arcteam.terraoriginum.items.iconItems; -import net.arcmods.arcteam.terraoriginum.items.cottonItems; -import net.arcmods.arcteam.terraoriginum.items.mync_eye; import net.arcmods.arcteam.terraoriginum.items.sun_totem; +import net.arcmods.arcteam.terraoriginum.items.cottonItems; import net.arcmods.arcteam.terraoriginum.items.umbrella; import net.arcmods.arcteam.terraoriginum.registry.modEnchantments; import net.fabricmc.api.ModInitializer; diff --git a/src/main/resources/assets/terraoriginum/lang/en_us.json b/src/main/resources/assets/terraoriginum/lang/en_us.json index d7d0a32..2ac449b 100644 --- a/src/main/resources/assets/terraoriginum/lang/en_us.json +++ b/src/main/resources/assets/terraoriginum/lang/en_us.json @@ -211,10 +211,6 @@ "power.terraoriginum.florian-powers/weak.name": "Weak", "power.terraoriginum.florian-powers/weak.description": "Because you are a creature of nature, you cannot do much damage.", - - "death.attack.terraoriginum:last_stand": "%1$s made their last stand.", - "death.attack.terraoriginum:last_stand.player": "%1$s made their last stand before dying to %2$s.", - //-----Muckunde-----// "origin.terraoriginum.muckunde.name": "Muckunde", "origin.terraoriginum.muckunde.description": "A dirt creature often found borrowing underground.", @@ -246,9 +242,9 @@ "power.terraoriginum.monarchpowers/shining.description": "An entire lifetime of absorbing the sun's energy makes you radiate it's light", "power.terraoriginum.monarchpowers/super_dash.name": "Super Dash", "power.terraoriginum.monarchpowers/super_dash.description": "release a large portion of the solar energy stored within your body to create a large amount of thrust in whatever direction you are facing", - "power.terraoriginun.monarchpowers/hydropetrification.name": "Hydropetrification", + "power.terraoriginum.monarchpowers/hydropetrification.name": "Hydropetrification", "power.terraoriginum.monarchpowers/hydropetrification.description": "Your body's cells contain a high concentration of neutrinos to facilitate nuclear processes whithin itself, this causes your entire body to heavily slow down underwater", "power.terraoriginum.monarchpowers/totem_fueled.name": "Totem Fueled", - "power.terraoriginum.monarchpowers/totem_fueled.description": "Craft a Sun Totem and hold it to get small amounts of sun energy even outside the sun", + "power.terraoriginum.monarchpowers/totem_fueled.description": "Craft a Sun Totem and hold it to get small amounts of sun energy even outside the sun" } \ No newline at end of file