Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
All versions
6.1.3-neoforge
Release
[NEOFORGE 1.21.1] v6.1.32 years ago 320
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
What's Changed
- Update mod metadata to fix #201 by @QuentMe in https://github.com/Technici4n/Powah/pull/208
- tr_tr.json Turkish Localization - 1.21.1 by @RuyaSavascisi in https://github.com/Technici4n/Powah/pull/197
- [1.21.1]Add japanese translation by @twister716 in https://github.com/Technici4n/Powah/pull/204
- Update pt_br.json by @Coffee-0xFF in https://github.com/Technici4n/Powah/pull/206
- Update uraninite textures by @Technici4n
New Contributors
- @QuentMe made their first contribution in https://github.com/Technici4n/Powah/pull/208
- @RuyaSavascisi made their first contribution in https://github.com/Technici4n/Powah/pull/197
Full Changelog: https://github.com/Technici4n/Powah/compare/v6.1.2...v6.1.3
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:KZO4S4DO:EpSwB3Y6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KZO4S4DO:EpSwB3Y6"
}

