All versions
1.0.0
Release
Create: AeroStar 1.0.0last month 208
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Changelog (first release)
AeroStar 1.0.0 — first release
A fixed & expanded fork of Create: Northstar-Aeronautics Compatibility by Vladi-YT-Dev.
Fixes:
- Ships no longer lose block entities (redstone links, thruster/gimbal config,
control blocks) when changing dimension.
- Players are no longer ejected from their seat on arrival/return.
- No more fast-falling / missing zero-gravity when arriving in orbit.
- Ship velocity is reset on jump, so it no longer spins or rockets away.
- Destination name is now shown correctly on the Dimensional Drive.
Additions:
- Real zero-gravity in orbit while still being able to walk the ship.
- Engineer's goggles overlay on the Dimensional Drive (destination, speed,
altitude, required altitude).
- Orbital Physics Assembler: assemble/disassemble far from the ground to build
orbital space stations.
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:NeuVAJHp:u4hUNblT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NeuVAJHp:u4hUNblT"
}




