Update patches to latest 1.21.4 #1

Merged
Chaoscaot merged 242 commits from update/1.21.4 into main 2025-04-23 22:27:11 +02:00
Showing only changes of commit 30fdfb1aa1 - Show all commits

View File

@@ -21,9 +21,9 @@ public interface DamageResistant {
} }
/** /**
* The types that this damage type is invincible tp. * The types that this damage type is invincible to.
* *
* @return item * @return the key of the tag holding the respective damage types.
*/ */
@Contract(value = "-> new", pure = true) @Contract(value = "-> new", pure = true)
TagKey<DamageType> types(); TagKey<DamageType> types();