Tags
Creators
Details
Licensed ARR
Published 8 months ago
Updated 8 months ago
All versions
1.2.0-A1
Alpha
Eternals 1.2.0-A18 months ago 45
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog
- Added Custom Leveling System - max level is 146 required exp for it is the java 32bit integer limit of 2,147,483,647 experience
- Added Dummy Entity
- Added message when hitting dummy entity to display damage
- Dummy entity grants 100 xp per hit (for testing purposes)
- Added Frenzy effect that increase attack speed and entity reach
- Added Rapier Weapon for warrior class that has a special ability unlocked at lvl 50 that gives frenzy 5 for 30 seconds
- Added healing tome - beginner
- Added fireball tome - beginner
- Added /setxp command to set the total amount of xp that the player has, permission level 4 required(operator)
- Custom profile hud overlay that displays the players name, class, race and level when game is paused
- Added custom spawn egg sprite for dummy entity
- Added message when you level up that shows your level increase and plays the minecraft level up sound
- Added recipe for dummy spawn that costs 1 haybale, 2 wheat, 1 stone slab and 1 stick
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:FiHfNZHm:sHSGtvef"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FiHfNZHm:sHSGtvef"
}

