Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 9 hours ago
All versions
12.5.2
Release
FSang18's Heroes 12.5.29 hours ago 180
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
v12.5.2
Added:
- Added crafting recipes for all 6 Inhibitor Circuit chips
- Added a shift + right-click (empty mainhand) shortcut to eject a stored AI from any Nano Housing or Hulkbuster suit
- Set Kaiju Essence to turn into empty syringe and back for power removal
- Added the Inhibitor Circuit chips' recipes
Changes:
- Changed Nano Housing and Hulkbuster tooltips/advancements to reference the Transformation key correctly instead of outdated Crouch+Right-Click / Shift+Right-Click text
- Changed the Inhibitor Blocks' recipes to use their matching Inhibitor Circuit chip instead of a generic Titanium Circuit
Fixes:
- Fixed Mjolnir (Comics) and Mjolnir (Rivals) uru-purchased abilities resetting instead of persisting on the hammer
- Fixed Mjolnir (Rivals) being unthrowable
- Fixed Reality Warping's pocket storage duplicating items if it was broken while open
- Fixed the Kaiju silverfish granting its power on spawn instead of requiring a kill
- Fixed the Spawn Cape's issue
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:nwqZcj5e:yy6vkmaC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nwqZcj5e:yy6vkmaC"
}

