From 0895fc972c9afc0f8c6865de7d5aab84b95030f3 Mon Sep 17 00:00:00 2001 From: "yrsegal@gmail.com" Date: Thu, 2 Jun 2022 15:38:36 -0400 Subject: [PATCH] fix obfuscation --- .../main/java/at/petrak/hexcasting/api/spell/mishaps/Mishap.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Common/src/main/java/at/petrak/hexcasting/api/spell/mishaps/Mishap.kt b/Common/src/main/java/at/petrak/hexcasting/api/spell/mishaps/Mishap.kt index 01a1d2fd..da61d73f 100644 --- a/Common/src/main/java/at/petrak/hexcasting/api/spell/mishaps/Mishap.kt +++ b/Common/src/main/java/at/petrak/hexcasting/api/spell/mishaps/Mishap.kt @@ -9,7 +9,6 @@ import at.petrak.hexcasting.api.spell.casting.ResolvedPatternType import at.petrak.hexcasting.api.spell.math.HexPattern import at.petrak.hexcasting.api.utils.asTranslatedComponent import at.petrak.hexcasting.api.utils.lightPurple -import at.petrak.hexcasting.api.utils.obfuscated import at.petrak.hexcasting.common.lib.HexItems import at.petrak.hexcasting.ktxt.lastHurt import net.minecraft.Util @@ -55,7 +54,7 @@ sealed class Mishap : Throwable() { "hexcasting.mishap.$stub".asTranslatedComponent(*args) protected fun actionName(action: ResourceLocation?): Component = - "hexcasting.spell.${action ?: "unknown"}".asTranslatedComponent.lightPurple.obfuscated + "hexcasting.spell.${action ?: "unknown"}".asTranslatedComponent.lightPurple protected fun yeetHeldItemsTowards(ctx: CastingContext, targetPos: Vec3) { // Knock the player's items out of their hands