Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated 3 years ago
All versions
4.0.5
Release
4.0.53 years ago 8,912
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
Galacticraft-Legacy
Fixes
- catch null inventory (29126778)
- fluid in tanks lost after server reload (#109)
- (planets) prevent celestial map planet duplicates (b1ae3d8e)
Misc
- (style)
- (revert)
- commit 8137f7dc0 (16f79f55)
- (refactor)
- remove generic type param (b04587bb)
- remove throws in register method (d4c84382)
- add CelestialCollector utility class (1363ebd5)
- ignore cast exception on CreativeTab (c84bd478)
- (api) minor fixes and Javadoc adjustments (261cd5f8)
- misc changes to GalaxyRegistry (e3c11f7a)
- update coremod config file (f1485b19)
- remove isPlanetsLoaded checks (90d3a192)
- (planets) don't render Earth & Sun on Venus (b222b259)
- (api) catch IndexOutOfBounds on getDimensionTypeID(int) (b7db9b1d)
- (api) remove GCItems class (73e8c988)
- (api) make register return boolean value (65b9a030)
- (compat) new compat utility class (617009f7)
- (lang) remove [GC] prefixes (81c19403)
Optional dependencies
Unavailable version
Unavailable version
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:ZnmdXAk2:Vo88O0XF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZnmdXAk2:Vo88O0XF"
}

