Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 6 days ago
All versions
0.1.3+mod
Alpha
v0.1.3 - Seasons & QOL Patch6 days ago 7
Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Minevolution Evo-Reborn v0.1.3 ALPHA
Updates
- Updated to 1.21.11
Additions
- Added the ability to fire helpers
- IMPORTANT: If you are updating from a previous version that allowed you to buy infinite basic helpers, remember to sell back down to the limit.
- The banking update WILL remove any extra helpers by force.
- IMPORTANT: If you are updating from a previous version that allowed you to buy infinite basic helpers, remember to sell back down to the limit.
- Added the modern credits book(finally)
- Not even close to final form, going to get updated again next time, just got lazy.
- Added a decoration for Title 2(Turn Back Now)
- Added Years, Seasons, Weeks, & Weekdays.
- They don't do much yet, it's mainly prep for Banking Update :p
Changes
- Added a confirmation message when a helper is hired.
- Improved map build for upcoming area "Classified", located behind the jobcenter.
- Other misc. map build changes.
- Disabled any extra helpers above the limit of 128.
- Emphasizing again, any helpers above this limit will be forcibly removed in the bank update.
- Updated the text displays for the Achievement Hall with more details.
Fixes
- Merged duplicate "second long loop" functions.
- Fixed the Title Unlock Tracker causing visual issues.
- Fixed some title text entities being too big and going into the wall.
- Fixed some title alter entities not being removed when a different alter decoration is selected.
- Fixed the alter build being weird with some title decorations.
- Fixed one of the shadow achievements missing it's paired advancement.
- Fixed the advanced updater system.
- If you updated from v0.1.0 to 0.1.1 or 0.1.2, you may have experienced minor issues. Nothing major, everything will correct itself in time.
- Some slight optimizations have been made.
- Fixed Title Decorations not being properly killed when a new title is earned.
- Fixed the Progress Counter for the next title not being able to be toggled.
Known Issues
- You can still softlock yourself.
- However, all remaining methods of softlocking are officially a SKILL ISSUE.
- For now you have to manually reset into a new world, but a proper reset function is planned in the Banking Update!
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:e24fVnIN:tOzywHpb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e24fVnIN:tOzywHpb"
}

