All versions
2.0.0
Release
War God Class (2.0.0) [Mod]2 years ago 3,235
Compatibility
Minecraft: Java Edition
1.20.x
1.19.x
Platforms
Fabric
Forge
Quilt
Supported environments
Server-side
Singleplayer
Required content
Changes
📜War God Class 2.0.0 - Changelog
🌟 Major Overhaul 🌟
- Class Transformation: Transitioned the "War God" from an Origin to a class to align with my design philosophy of providing players with more specialized and strategic gameplay options.
🔨 Features & Improvements 🔨
- Legacy Code Removal: Purged outdated and redundant code segments that were remnants of the "War God" as an Origin. This streamlines the class's functionality and improves performance.
- Mechanics Overhaul: Reworked underlying mechanics to ensure that the abilities are more coherent and impactful during gameplay, removing any features that did not contribute meaningfully to the class's concept.
- Cross-Origin Compatibility: Implemented a new compatibility layer to allow the "War God" class to function seamlessly with the majority of existing Origins. This ensures that players can combine the War God class with their chosen Origin without encountering previous restrictions or conflicts.
🐞 Bug Fixes 🐞
- Code Optimization: Conducted a thorough optimization of the new class codebase, enhancing efficiency and reducing the likelihood of bugs.
- Bug Squashing: Fixed known bugs that emerged from the previous version, including those affecting ability triggers and damage calculations.
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:gtSTRxGC:krC8jYGZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gtSTRxGC:krC8jYGZ"
}

