Tags
Creators
Details
All versions
2.3.2
Release
Stargazer Origin (2.3.2) [Mod]3 years ago 43.2K
Compatibility
Minecraft: Java Edition
1.20–1.20.4
1.19.x
Platforms
Fabric
Forge
Quilt
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
📜Stargazer Origin 2.3.2 - Changelog
🌟 Major Overhaul 🌟
- Complete Rework: The Stargazer Origin has undergone a comprehensive rework, ensuring a revamped and optimized experience for players.
- Latest Origin Mechanics Integration: Incorporated the most recent version of Origin's mechanics for a seamless integration of abilities, powers, and drawbacks.
🐞 Bug Fixes 🐞
- General Fixes: Addressed and resolved various known issues from the 1.0.0 version.
- Stellar Overdraw Mechanics: Fixed issues related to the Stellar Overdraw effects, ensuring a more consistent gameplay experience.
- Translation Keys: Addressed and resolved issue with Translation Keys not working for older versions. Now supports backwards compatibility and current game versions.
- Stellar Gateway: Fixed crash caused by incorrect fetching of custom sound file and added backwards compatibility for 1.19 and forward compatibility for 1.20+.
- Gateway Effects: Fixed particle effects not displaying in versions 1.19.2 and older. Now particles display on all versions and improved performance.
🚀 Optimization & Performance 🚀
- Enhanced Performance: Optimized the underlying codebase for better performance, ensuring a lag-free and smooth gameplay experience.
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:1gmmcEWS:AX2Yv37z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1gmmcEWS:AX2Yv37z"
}

