diff --git a/src/main/resources/data/minecraft/tags/damage_type/avoids_guardian_thorns.json b/src/main/resources/data/minecraft/tags/damage_type/avoids_guardian_thorns.json index ee97d4f7..19e83efb 100644 --- a/src/main/resources/data/minecraft/tags/damage_type/avoids_guardian_thorns.json +++ b/src/main/resources/data/minecraft/tags/damage_type/avoids_guardian_thorns.json @@ -1,7 +1,7 @@ { "replace": false, "values": [ - "unicopia:exhaustion", + "unicopia:magical_exhaustion", "unicopia:alicorn_amulet", "unicopia:zap", "unicopia:kick", diff --git a/src/main/resources/data/minecraft/tags/damage_type/bypasses_armor.json b/src/main/resources/data/minecraft/tags/damage_type/bypasses_armor.json index 7420a702..9f715f8f 100644 --- a/src/main/resources/data/minecraft/tags/damage_type/bypasses_armor.json +++ b/src/main/resources/data/minecraft/tags/damage_type/bypasses_armor.json @@ -1,7 +1,7 @@ { "replace": false, "values": [ - "unicopia:exhaustion", + "unicopia:magical_exhaustion", "unicopia:alicorn_amulet", "unicopia:zap", "unicopia:kick", diff --git a/src/main/resources/data/minecraft/tags/damage_type/bypasses_shield.json b/src/main/resources/data/minecraft/tags/damage_type/bypasses_shield.json index 20774745..f1f01301 100644 --- a/src/main/resources/data/minecraft/tags/damage_type/bypasses_shield.json +++ b/src/main/resources/data/minecraft/tags/damage_type/bypasses_shield.json @@ -1,7 +1,7 @@ { "replace": false, "values": [ - "unicopia:exhaustion", + "unicopia:magical_exhaustion", "unicopia:bat_screech", "unicopia:alicorn_amulet", "unicopia:love_draining", diff --git a/src/main/resources/data/minecraft/tags/damage_type/witch_resistant_to.json b/src/main/resources/data/minecraft/tags/damage_type/witch_resistant_to.json index 33b7c52e..9f6dbb76 100644 --- a/src/main/resources/data/minecraft/tags/damage_type/witch_resistant_to.json +++ b/src/main/resources/data/minecraft/tags/damage_type/witch_resistant_to.json @@ -1,7 +1,7 @@ { "replace": false, "values": [ - "unicopia:exhaustion", + "unicopia:magical_exhaustion", "unicopia:alicorn_amulet", "unicopia:zap", "unicopia:love_draining",