0.2-alpha
Compatibility
Changes
Version: Alpha 0.2 "The Unique Path"
⚠️ Quick heads-up: Since we are in early Alpha, the current pool of spells is still pretty small. Don't worry, this is temporary—we are building the core systems first. Massive spell drops are coming in future updates!
🌀 Gameplay & Mechanics
- Unique Destiny System: You no longer get every single spell right from the start. When you awaken, you’ll get a permanent "deck" of random magic, and its size depends on your title rank:
- Commoner: 2 random spells.
- Novice / Gifted / Adventurer: 3 random spells.
- Adept / Master / High Mage: 4 random spells.
- Archmage: 5 random spells.
- The Chosen One (Hero): Instantly gets 60% of all spells currently available in the mod.
- "Hidden Potential" Mechanic: Spells are drawn completely at random from the entire database. Yes, a Commoner can high-roll the legendary "Mirror of Reality" right at the start... but you won't be able to actually cast it until level 100. Good luck with the grind!
- Leveling up actually matters: Every +15 vanilla levels you gain after awakening will automatically unlock one new random spell.
- Dev Tools: Added a hidden admin command
/isekaidebugfor quick testing (reset,awaken,settitle).
✨ Visuals & Sound
- Fate Beams: The awakening ritual now ends with a massive beam of light. Its color shows your potential rank:
- Gray: Common ranks (Commoner, Novice Mage)
- Blue: Epic ranks (Gifted, Adventurer, Adept)
- Red: Mythic ranks (Master, High Mage)
- Yellow: Legendary ranks (Archmage, Hero)
- Rarity Sounds: Getting a new spell now plays different sound effects depending on how rare it is.
🛠️ Bug Fixes & QoL
- Client Data Leak Fix: Fixed a major bug where your title and magic would carry over between different singleplayer worlds. Client data now wipes properly when you exit to the main menu.
- HUD Numbers: The magic HUD now displays the slot number of the current spell in your deck (e.g.,
[1/3]). - Title Save Fix: Your title in the top-left corner will no longer disappear when you rejoin a world.
- Chat Alerts: Unlocking a new spell now drops a neat localized message in the chat with its name.
[SYS_LOG]: Decrypting... "Forty ancient seals of magic are beginning to fracture, leaking dormant power into the world. In response, the earth itself reshapes—spawning silent halls and empty taverns from the mist, preparing a cradle for the storm. The world is waiting. Are you ready to claim your place?"
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:APP3ZLRB:RtFcoSQd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:APP3ZLRB:RtFcoSQd"
}

