Links
Tags
Creators
Details
1.6
Compatibility
Required content
Changes
English
We've added the Armors that many of you have been waiting for!
The armor features include boots, pants, and helmets that prevent the slow effect and stop sinking into the snow, but the chestplate prevents the Frozen effect and is stronger than Netherite (we can still sink, but the screen and health don't change).
Achievements have also been added, and direct Turkish language support has been added. Only the bow remains. If I learn how to craft a bow with its animation, we'll have finished this project too! Thanks! (All textures and models are my own)
Türkçe
Birçoğunuzun beklediği zırhları ekledik!
Zırh özellikleri arasında yavaşlama etkisini önleyen ve kara batmayı engelleyen botlar, pantolonlar ve kasklar bulunuyor; göğüs zırhı ise donma etkisini önlüyor ve Netherite'den daha güçlü (yine de batabiliyoruz, ancak ekran ve sağlık değişmiyor).
Başarımlar da eklendi ve doğrudan Türkçe dil desteği eklendi. Sadece yay kaldı. Eğer animasyonlu bir yay yapmayı öğrenirsem, bu projeyi de tamamlamış olacağız! Teşekkürler! (Tüm dokular ve modeller bana aittir)
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:HPEmScCB:fvMjjK8H"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HPEmScCB:fvMjjK8H"
}

