Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated last week
All versions
1.0.21-mc26.2
Release
Spyglass Astronomy 1.0.21-mc26.2last month 57
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- added support for https://modrinth.com/mod/cosmos-mod!
- if it is installed, then the stars will be rendered using its texture and shader etc
- i recommend setting the star count a little higher (1024 -> 2048), since cosmos looks really pretty with denser stars
- all cosmos config settings aside from alpha range and polaris toggle are respected
- star names now kept when changing star count
- planet/comet names now kept when changing year length
- sga star animations now done in a vertex shader, so the buffer isnt rebuilt every frame (trading cpu time for a little extra gpu time, overall doesnt seem to impact performance for me, but i have a pretty good computer)
- constellation lines now always correctly interpolate the colours of the connected stars (sga stars dont have much variance in colour so this was hard to spot, cosmos made it obvious)
Optional dependencies
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:EdBSdqge:K6ZVK766"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EdBSdqge:K6ZVK766"
}



