All versions
1.4.5+1.20.1
Release
Astrocraft 1.4.5+1.20.12 years ago 924.8K
Compatibility
Minecraft: Java Edition
1.20.1–1.20.3
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
- Big Planets option now scales planets differently and also adjusts their moons orbits.
- Planet positions update every 10 seconds rather than every 50.
- Added Star Color slider replacing the Star Color toggle option.
- Added Star Opacity slider.
- Added Daytime Stars toggle option, which makes stars visible during daytime.
- Added option to change the height "space" begins.
Sun and Moon Changes
- Replaced "Big Sun / Moon" toggle option with a scale slider.
- Sun / Moon are now smaller by default.
- Legacy Moon Mode has an option to keep the moon in a fixed position opposite the sun.
- Made the new moon slightly less visible.
Spyglass Changes
- The number of stars rendered when using a spyglass now changes depending on multiple factors, such as:
- Y position, you can see more stars when higher up
- Pitch, less stars are rendered when pointing the spyglass near the horizon, and more near zenith.
- Reduced spyglass lag, especially when not pointed at the sky.
- Spyglass culling is compatible with different zoom levels, like with the mod Spyglass Improvements.
Meteor Changes
- Shooting stars are longer.
- The radiants of meteor showers move over time.
- Fixed the geminids spawning an excessive amount of meteors.
- Added a few small meteor showers.

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:DCWEXia7:ggNG0iQZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DCWEXia7:ggNG0iQZ"
}



