Tags
Creators
Details
Licensed ARR
Published last year
Updated last month
All versions
1.6.0
Release
Genesis 1.6.02 months ago 55
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
General
- Updated Genesis for Minecraft
26.2. - Added a new tiredness system. Players must stay awake long enough before sleeping. Default is
1in-game day. - Reduced the amount of time it takes to sift through a filled Terracotta Cauldron.
- Removed Moody brightness enforcement.
- Fixed an Assembly Table duplication bug.
- Reworked onboarding instruction requirements and text.
Ages and Progression
- Replace the Blocks age category with a Skills category.
- Removed the Bed age.
- Reworked the Furnace Age to a new Smelting Age which now unlocks after
5in-game days. - The Copper Armor Age now unlocks after
10in-game days instead of killing50hostile mobs. - Added a new Combat age which unlocks after killing
25hostile mobs. Before reaching this age, swords and axes receive a-90%attack damage modifier.
Food and Status Effects
- Removed Healthy Stew.
- Removed stack-size changes enforcing stews to have a stack size of
16. - Enchanted Honey Bottle now also removes Wither and its Regeneration II duration increased from
12.5to15seconds. - Added Hunger effect to all raw meats, excluding fish.
- Added the Solace effect: eating nourishing food near a campfire while injured grants gradual healing.
Ocean Monuments and Elder Guardians
- Default Ocean Monument search radius changed from
58to60. - Highlighted Elder Guardians now glow for
15seconds instead of10by default. - Added the
ocean_monument_radiusgame rule to replace the now removedoceanMonumentSearchRadiusconfig option. - Added the
highlight_elder_guardiansgame rule to replace the now removedhighlightOtherElderGuardiansconfig option.
Boars
- Boars now have glowing eyes, similar to spiders.
- Reduced Boar spawn weight and follow range.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| genesis-1.6.0-sources.jar | Sources jar | 432 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:6X8mRQJc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SURLHGpl:6X8mRQJc"
}



