All versions
0.0.2
Alpha
Glacidus v0.0.23 weeks ago 19
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
NeoForge 26.1.2 Update
World Generation Overhaul
- World height has been extended.
- Floating islands are generated with noise, and no longer always have a booster.
- Distance between layers has been increased.
- The Surface has proper noise based height, with large pools of Glacium and bulbous landmasses of stone.
- The Underground no longer has a flat ceiling.
- Underground has more height layers, and walls separating certain chunks.
- Underground terrain is no longer flat.
- Core ceiling is no longer flat.
- Core is now deeper, allowing the Underground to be larger
- Lakes are generated with noise.
Changes
- Pulsaton has been renamed to Pulsation
- Glacium has proper fluid properties, and freezes upon entry
- Portal construction has been simplified
- Grape juice can be crafted
- Underground and Antinatric tools have been removed
- Underground Stick has been removed
Mobs
Porcali
- Has more health
Merialces
- Has a new model
Drop Spider
- Now have web renders
- Have less linear height gain
- Do much more damage upon landing on the ground
- Can apply slowness when hitting, this is guranteed when landing on a target
- Can actually move from their landing spot
Morprous
- Has more fluid animations
Frigispitor
- Has more fluid animations
- Brand new projectile for the Glacium variant. Freezes upon impact
- Now has predictive aiming
Additions
-
Added new song "Deep Discovery"
-
Added Eukeite and Glacidite spears
-
Added Pulsation Chunk, a new fuel source
-
lots more small stuff I forgot to mention
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:CC2xXSkW:bvR608SD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CC2xXSkW:bvR608SD"
}

