Tags
Creators
Details
Licensed ARR
Published last year
Updated last month
All versions
1.7.0
Release
Genesis 1.7.0last month 1,961
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Added mod compatibility for JEI.
- Added mod compatibility for REI.
- Added mod compatibility for the Item Descriptions mod.
- Added Clay and Flint to bonus chests.
- Resolved performance issues caused by the tiredness gameplay mechanic.
- Resolved performance issues caused by Boars.
- Improved Assembly Table quick-moving logic.
- Revamped the
genesis:minimum_days_before_sleepinggame rule intogenesis:tiredness_rate, which is affected by Minecraft'splayers_sleeping_percentagegame rule. - Renamed the
genesis:dust_terracotta_cauldroninstruction intogenesis:sift_terracotta_cauldron.- Due to this change, you may be prompted to complete the instruction again. The
/instructions skipcommand can be used to dismiss it.
- Due to this change, you may be prompted to complete the instruction again. The
- Fixed
genesis:respawn_resets_tirednessgame rule inconsistently resetting tiredness. - Updated to Genesis Framework 1.2.0.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| genesis-1.7.0-sources.jar | Sources jar | 497.43 KiB |
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:SURLHGpl:mm9ZDaGS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SURLHGpl:mm9ZDaGS"
}




