
heroes of envell zero
this modification is based on the famous Russian TV series Heroes of Enwell. It adds a huge living world to the game, including classes, abilities, levels, mana, and the ability to invite friends and explore this amazing world. A Gekkolib is also required.
Links
Tags
Creators
Details
4.0(Alpha)
Compatibility
Changes
!This is the alpha version of the global update 4.0! This version is dedicated to Easter, and it includes Easter eggs that you can find in the new structure in the forest location. Also, almost a year after the mod's release, the first abilities were added to modrinth, but only for the mage. Now when you enter the game for the first time using a laptop, you get to the training location. I advise you not to enter the game for the first time using a laptop, enter the igur at a low altitude, otherwise when you enter the game using a laptop, you will die from falling, to select a class now you need to right-click on the board in the training location. That's it!Alpha update 4.0! have a nice game and there is also a bug that now Envell's world from above and below in the thigh will be fixed in the near future.
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:WsKIr4gB:fUwNBQOD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WsKIr4gB:fUwNBQOD"
}
