Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
All versions
0.3.0.a
Alpha
v0.3.03 years ago 2,327
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Changes
Improved many aspects of the mod such as the skybox. Added the beginnings of the fluid system and meteorites.
Changes
Biomes
- Removed Oil Deserts (will reimplement)
Fluid System
- Implemented Fabric API's transfer API
- Pipes can now carry fluids. There is currently no way to do this without commands (
/data).
Sound
- Add a new song called Journey To Venus. Credit: keaggyfans
Shuttle
- The Shuttle can now be ridden. Hold
wto fly. At the height, determined by theshuttleEscapeHeightgamerule, you'll be teleported.
World
- Add a fully custom skybox for the Moon
- The Sun now takes 8 Overworld days to travel around the moon. This is based on the Moon's 8 day phase cycle. The lighting engine isn't aware of this just yet.
- Meteorites now spawn
Technical Changes
Commands
spaceTime- Change the time but relative to the dimension's sun instead of the Overworld (WIP).
Fixes
- Some client code would run on the server causing crashes on the dedicated server
Gamerules
doMeteoriteLandings [true]- Controls meteorites landing on certain planetsshuttleEscapeHeight [256]- At what y level does a shuttle leave the current world- Renamed:
doMeteoriteExplosions->doMeteoriteImpacts
Language
- Add translation strings for entities
Loot
- Improved loot tables
API
- Add space body datapack API for defining custom skyboxes. Checkout
assets/apollo/apollo/bodies/...for examples.
Tags
- Consolidated airtight armor tags
Download
Optional dependencies
Unavailable version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| apollo-0.3.0.a-sources.jar | Unknown | 3.66 MiB |
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:rQU8oPFc:6jtPrFMu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rQU8oPFc:6jtPrFMu"
}

