1.21.11
Compatibility
Changes
Enemy Armor HUD Developer: DukeDev
Minecraft 1.21.1-1.21.11 için Fabric modu - Rakip oyuncunun tüm zırh parçalarının dayanıklılığını renkli, sürüklenebilir HUD ile gösterir.
✨ Özellikler 🎯 Tüm Zırh Parçaları: Kask, Göğüslük, Pantolon ve Bot 🎨 Renkli Çerçeveler: Dayanıklılığa göre renk değişimi (Yeşil → Sarı → Kırmızı) 🖱️ Sürüklenebilir GUI: Mouse ile istediğiniz yere taşıyın ⚙️ ModMenu Entegrasyonu: Oyun içinde ayarları değiştirin 🎛️ Her Parça İçin Toggle: Hangi zırh parçalarını göreceğinizi seçin 🎭 Minimalist Tasarım: Sadece item simgesi ve oyuncu adı ❌ Kapatma Butonu: Her kutunun köşesinde X butonu 📦 Kurulum Fabric Loader (1.21.4 için) Fabric API ModMenu (ayarlar için) Cloth Config (ayarlar için) HelmetDurability-1.0.0.jar → .minecraft/mods klasörüne 🎮 Kullanım Oyun İçi Bir oyuncuya vurun → Zırh bilgileri otomatik gösterilir
HUD'u Taşıma HUD görünürken mouse ile herhangi bir kutuya tıklayın İstediğiniz yere sürükleyin Bırakın → Pozisyon otomatik kaydedilir Ayarlar (ModMenu) Ana Menü → Mods → Armor Durability HUD → ⚙️ Settings General:
Position X/Y: HUD konumu Scale: Boyut (0.1 - 3.0) Display Duration: Gösterim süresi Armor Pieces:
Show Helmet: Kask göster/gizle Show Chestplate: Göğüslük göster/gizle Show Leggings: Pantolon göster/gizle Show Boots: Bot göster/gizle 🎨 Tasarım Renk Sistemi 🟢 Yeşil Çerçeve: %67+ dayanıklılık 🟡 Sarı Çerçeve: %34-66 dayanıklılık 🔴 Kırmızı Çerçeve: %0-33 dayanıklılık HUD Yapısı ┌─────────────────────┐ │ 🛡️ Envanter ❌ │ ← Yeşil çerçeve └─────────────────────┘ ┌─────────────────────┐ │ 👔 İksirler ❌ │ ← Sarı çerçeve └─────────────────────┘ ┌─────────────────────┐ │ 👖 Zirh ❌ │ ← Kırmızı çerçeve └─────────────────────┘ ⚙️ Konfigürasyon Varsayılan Ayarlar { "posX": 100, "posY": 100, "scale": 1.0, "showPercentage": false, "displayDuration": 5000, "backgroundOpacity": 0, "showHelmet": true, "showChestplate": true, "showLeggings": true, "showBoots": true } Önerilen Konfigürasyonlar Sadece Kask (PvP):
{ "showHelmet": true, "showChestplate": false, "showLeggings": false, "showBoots": false } Tam Görünüm:
{ "showHelmet": true, "showChestplate": true, "showLeggings": true, "showBoots": true } 🎯 Özellikler Detay ✅ Tamamlanan [x] Tüm zırh parçaları görüntüleme [x] Renkli çerçeve sistemi [x] Sürüklenebilir GUI [x] ModMenu entegrasyonu [x] Her parça için açma/kapama [x] Minimalist tasarım (ilerleme çubuğu yok) [x] Oyuncu adı gösterimi [x] Item simgesi gösterimi 📋 Gereksinimler Minecraft 1.21.4+ Fabric Loader 0.16.0+ Fabric API Java 21+ 🛠️ Geliştirme ./gradlew build 📝 Lisans MIT License
👨💻 Developer DukeDev - Armor Durability HUD
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:IIUPan6b:5DJM5hNo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IIUPan6b:5DJM5hNo"
}

