Creators
Details
Licensed ARR
Published 3 years ago
Updated 3 years ago
All versions
1.12.2-1.1.5
Release
HeroesExpansion-1.12.2-1.1.5.jar3 years ago 140
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
Version 1.12.2-1.1.5:
- You all asked for it: I added
dustSpider-Man! :) - Made kinetic energy blast stronger
- Changed Thor weapon flight mechanic: holding rightclick spins the hammer (and damages entities), jump to start flying
- Added permission nodes for space stone abilities
- Made sure that people can't destroy or place blocks in areas where they are not allowed to (probably useful for server owners)
- Added JEI info texts to various items to give explanation on how to get them
- Added data tags for suits: "solar_energy_multiplier" to increase the gained solar energy, "bow_fov" to increase the FOV when using the Compound Bow, "god_of_thunder_multiplier" to increase the gained XP for the God of Thunder power (all those are added to the fitting suits)
- When the damage of the Captain America suit is below 50% it will change its texture
- Added Kryptonite poison to Kryptonite blocks
- Decreased the fall damage when you block with Cap's shield and look down
- Added "combo move" for Thor and Cap: Hit someone who holds Cap's shield with a Thor weapon and you emit a big blast
- Added that Cap's shield and Thor's weapons can destroy glass (and every block which has the glass material and a hardness below 0.5)
- Added water breathing to Kryptonian superpower
- Fixed that every damage source was able to charge up kinetic energy
- Fixed Uru duplication with Ultimate Mjolnir using TinkersConstruct
- Fixed grappling arrow limit & rendering
- Fixed that Thor's weapons would attack trail & size change entities
- Fixed heat vision third person rendering
- Fixed problem where players rendered in the main menu crash the game
- Fixed that the recipe Cap's shield wont show up in JEI
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:BgGyndL5:pXwu7BSe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BgGyndL5:pXwu7BSe"
}


