Tags
Creators
Details
Licensed Apache-2.0
Published 2 weeks ago
Updated 17 hours ago
All versions
1.1.7
Release
Endless Gravity 1.1.717 hours ago 23
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
- Oxygen tanks in End citadel chests - the End city treasure chests (towers and ships) now have a chance to spawn a portable oxygen tank: the Large (1000 O₂) is the common find, the regular tank (250 O₂) is much rarer
- No fall damage in the high Overworld - above the atmosphere base (Y 64) fall damage is negated: thin air makes impacts negligible; the low altitudes keep vanilla damage. Skipped entirely when Create: Cosmonautics is installed
- Create: Cosmonautics integration - when
rocketnauticsis present, Endless Gravity backs off the Overworld: no atmosphere gravity on players/entities, no sub-level levitation, the Sable Overworld datapack is removed and cold/oxygen are left to Cosmonautics. The End stays fully managed by Endless Gravity (vacuum, freezing, suffocation untouched) - Fix: no gravity in the End with Sable installed - the vanilla End is managed by Endless Gravity's own reduced-gravity systems again (0.055 player / 0.025 item offsets); Sable's dimension_physics only drove the sub-levels, leaving the End entities falling at vanilla speed
- Softer audio muffling in the End - low-pass gain raised to 0.35 / 0.25, the dampened effect is subtler
Optional dependencies
Any compatible 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:nlS279f0:7ucZxgFU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nlS279f0:7ucZxgFU"
}

