Links
Tags
Creators
Details
All versions
1.0.0
Release
Wait Up 1.0.02 months ago 82
Uploaded by
Compatibility
Minecraft: Java Edition
1.6.4
Platform
Legacy Fabric
Supported environments
Client and server
Changes
[1.0.0] - 2026-07-14
Initial public release.
Added
- Independent Overworld day locks for entering the Underworld, Nether, and End.
- Early portal fallback behavior that sends players back to the Overworld spawn point instead of allowing locked dimension travel.
- Login chat summary showing the current world settings.
- Nether Quartz sacrifice day lock based on Overworld time.
- Configurable sacrifice XP values for Nether Quartz, Emerald, Diamond, and Lapis.
- Upper Underworld ore control for mithril and diamond generation in a configurable central high-altitude region.
- Optional
ManyLibcompatibility for in-game config editing. - Optional
ITF Reborncompatibility toggle. - Optional
ITF RebornLich Castle central protected region by absolutexandzlimits. ITF RebornQuartz restrictions for Enchant Reserver input and Absorb-related experience conversion before the configured unlock day.- English and Chinese localization files for chat messages and ManyLib config labels.
- Project documentation in
README.md.
Notes
- This build is packaged for both client and server environments again.
- Client installation is required when you want
Wait Upto appear in theManyLibconfig menu.
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:uDG9WyCm:atsHeRFr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uDG9WyCm:atsHeRFr"
}

