Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 3 hours ago
All versions
0.0.8.0.1
Alpha
RPG Adventurer 0.0.8.0.1last month 28
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Changes
Version 0.0.8.0.1 Alpha Changelog:
- Revamped Mana Bar Texture. (Finally lol)
- Mana bar wont show in creative and mana wont be consummed/needed.
- Level Cap raised to 15.
- Strength from Level and Stats increased.
- Defence from Level and Stats increased.
- You can now config Stats and Levels multipliers.
- Mobs scaling use the same level logic as the player.
- Mobs show the number of their level on your screen if the player sneak. (Could make a skill add onto that to see player stats huh)
- Drake also scale strength with levels.
- Added 1 even smaller size than current baby Drake that can't be ridden, and 3 more sizes in between the adult and the current baby, health and damage change according to size.
- Drakes have passive heal and can be healed with any meat. (Only bred with pork still)
- Added Drake meat and cooked, made Drake drop 12 - 20, uncooked gives 4 food and 4 saturation, cooked gives 7 food and 7 saturation.
- Added Drake Scales will drop 8 - 30.
- Added Drake Claws, will drop 2 - 4, used to make crystarite.
- Dakes can now carry two players at once and have a second hitbox at the legs. (Please report bugs cant test properly by myself)
- Drake gives more xp if you kill him.
- Minotaur drop leather 5 - 12 and beef 5 - 14.
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:XB9hg8zy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qeRS5Id5:XB9hg8zy"
}

