1
Compatibility
Changes
v1 ā Initial Release Every Minecraft sunrise brings a new random rule that changes gameplay for the entire day. 17 rules included across 3 tiers: š¢** Common** ā Speed Boost, Low Gravity, No Fall Damage, Double Drops, Night Vision, Super Jump, Super Strength š” Uncommon ā Starvation, War Zone, Chaos Potions, Turbo Mobs, Dagestan Mobs, Invincible, Toxic World,Fastmine š“ Rare ā One Punch, Glass Body, Anti-Gravity How it works:
A new rule is announced every sunrise with a title screen message Rules cannot repeat for 2 days in a row Rarer rules appear less frequently Players who join mid-day are shown the current active rule
Requirements: Fabric Loader 0.16.5+, Fabric API 0.102.0+1.21.1
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:h8i3NxlN:hN27S5AO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h8i3NxlN:hN27S5AO"
}

