Tags
Creators
Details
0.7.0
Compatibility
Changes
I added the Final Boss and the Lower Boss to the game, the Final Boss has ton of health and to fight him you need some preparation, the Lower Boss has less health and can be easily killed from the start.
In the new version of the mod, I added a loot table that will be applied to the structure of the Final Boss.
I added new loot table that you can now find in the Final Boss's structure.
I added some animations despite having a few bugs in the animations.
I added a new dimension the dimension have a overworld look and it has some structures,
you can't get to this dimension currently in survival.
I made the new dimension accessible through finding the "Boss's war castle" and with an "blood's of the boss" you can open the portal, to get the blood's of the boss you need to kill a Final Boss and hope you get the blood's of the boss, it has 15% chance of droping. Good luck in your next adventure.
I added a jatpack and a new boss, called True Final Boss, currently it's still under develop and I am working on it right now to make the True Final Boss's Castle and thats were you can find the jetpack, the jetpack is working but it has some bugs that I need to fix. "Go venture far beyond the shores and dimensions"
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:WFhwqRDY:QdRKzGmW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WFhwqRDY:QdRKzGmW"
}

