1.2
Compatibility
Changes
Update v1.2
This update focuses on optimization, stability, and overall user experience.
Changes
Removed Unnecessary Sounds
Several unused and redundant sound files have been removed from the mod. This helps reduce resource usage and keeps the mod cleaner and more efficient.
Performance Improvements
In previous versions, having a large number of selectable sounds could cause performance issues and occasional lag, especially on lower-end systems. The sound system has been reworked and optimized to reduce unnecessary processing and improve overall performance.
Bug Fixes
Fixed multiple minor bugs reported by users. These fixes improve stability and help prevent unexpected issues during gameplay.
General Improvements
- Improved code optimization.
- Reduced unnecessary resource loading.
- Better overall stability.
- Minor internal changes to improve future development and updates.
Thank you for downloading and using the mod. If you encounter any crashes, errors, or unexpected behavior, please send a screenshot and a description of the issue to my Discord: nx_deasun.
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:rjwVKBEH:jCk2QmMC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rjwVKBEH:jCk2QmMC"
}

