0.6.4-beta
Compatibility
Changes
The format of studying and improving skills has been changed, now you will need a study table, rather than searching for a unit. The "improvement" of objects has also been experimentally added by combining them.
Added a new leveling bench for items that are leveled by improving their stats. Above 10% - green Above 40% is blue Above 100% - purple Above 300% - gold Above 1000% - red Above 5000% is red, but there is a red tint
- Bonus% is added. The further away from spawn, the tougher the opponents are. There will be an opportunity to resist them.
Fixed a lot of bugs.
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:KkaOGx6U:yRGqyOil"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KkaOGx6U:yRGqyOil"
}

