Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 2 hours ago
All versions
0.0.8.1.3
Alpha
RPG Adventurer 0.0.8.1.33 days ago 53
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Changes
Version 0.0.8.1.3 Alpha Changelog:
- Fixed bug with duplicated code items showing on teleporter mana well when teleporting a few times.
- Spells now show how much mana they drain in the Codex and Soul Grimoire.
- Added mana regeneration effect, you get it by drinking mana potions, the effect regenerates 2% mana per second.
- Old Bundle no longer bread and cooked beef, it has a chance to give lapis lazuli now.
- Buffed Withering Crystal upgrade with blacksmith skill.
- Fixed bug where you could drain a cauldron if its heating up or making/mixing a soup recipe.
- Fixed bug with mana values.
- Enderman can no longer become Generals.
- Now you can pick up coins with the coin bundle even if your inventory is full.
- Enderman teleportation is now better.
- Improved Necromancer Spell.
- Fixed GUI scale issues on small monitors. (If you still have issues tell me)
- Added Iron Frame Block, can be made with 8 iron ingots and 1 rift crystal, can be disguised as a block by giving it the block, will disappear on right click spreading to connected Iron Frames with the same block and appear again with right click, can sneak to toggle only one at a time.
- Added a copyright free boss music for the ender dragon fight, credits: migfus20. (Might change it if I ever get into making music)
- Added End Frame Lock block, this block will spawn inside the portal room instead of the end portal frame.
- Added 10 New Keys that are needed to beat the game, Wither Key that drops from the Wither Boss, Guardian Key that drops from the Elder Guardian, Fortress Key that can be found in the Nether Fortress, Bastion Key that can be found in Bastions, Jungle Key that can be found in Jungle Pyramids, Desert Key that can be found in Desert Pyramids, Cold Keys that can be found in Igloos, Illager Keys that can be found in Mansions, Trail Keys that can be excavated from Trail Ruins and Ancient Keys that can be found in Ancient Cities, you also need Ominous and Trial Keys.
- Reworked the Ender Dragon Boss fight to be harder.
- Mana Potions now stack to 1.
- Wardens have fixed level 14.
- Fixed Drake issues including hatchlings despawning.
- Fixed Soup Cauldron oversights.
- Bug fixes and balance changes.
- Added many advancements.
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:qeRS5Id5:vnM7IV7u"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qeRS5Id5:vnM7IV7u"
}

