Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 months ago
All versions
1.5.50
Release
Dawn Of Time 1.20.1 v1.5.504 months ago 1,129
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
🌅 Dawn of Time Forge/Fabric 1.20.1 v1.5.50

New Patreon feature:
- Added 3 exclusive Patreon reward statues of Mars: Chromatic, Golden and Blackstone. Each statue is tied to a support tier. More Patreon rewards are coming in future updates. Thank you for supporting the mod!
- Use the command
/dotreward blocks 1/2/3 - More exclusive content to come soon!
General tab removed:
- The General building blocks tab has been fully removed from Dawn of Time. All those blocks are now part of a brand new standalone mod.
- 🔒 MAP SAFETY: Updating to this version will NOT break your existing maps and will NOT cause any world conversion issues. All block IDs from the General tab are still registered inside Dawn of Time. Every block you have placed remains intact. Zero ID conflict. Zero incompatibility. Your worlds are safe.
- All the General blocks are now available in their own dedicated mod: Dawn of Time: Beyond Vanilla
Bug fixing:
- Fixed the Mosaic Relief recipe.
- Fixed the Red Painted Crenelation recipe.
- Fixed the Sandstone Sculpted Relief recipe.
- Updated the Open Fireplace and Irori Fireplace recipes to now accept all log types instead of specific ones.
Improvements:
- Complete tooltip system overhaul: The old system requiring Shift to display information has been replaced by a simpler approach. Tooltips now appear automatically and dozens of new descriptions have been added across all cultures to help players discover hidden block behaviors and features.
- Removed a large number of unused internal files, making the mod lighter and cleaner.
- Updated en_us translation file to better organize it
🧡 Support the project on Patreon: https://urlr.me/1RLyj
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:RgWXq0La:RL5JDlUp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RgWXq0La:RL5JDlUp"
}

