Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 3 years ago
All versions
1.8.9-1.1.0
Release
AntMan-1.8.9-1.1.0.jar3 years ago 103
Uploaded by
Compatibility
Minecraft: Java Edition
1.8.9
Platform
Forge
Supported environments
Client and server
Required content
Changes
Version 1.8.9-1.1.0:
- ADDED: Yellowjacket & Wasp
- ADDED: Armor abilties! Comes with slight change in shrinking. (e.g. Normal AntMan can't grow anymore)
- ADDED: Regulator GUI. You can put in the regulator item, the discs or you can let it empty. (Default button: B)
- ADDED: Size Regulator GUI in Civil War AntMan suit. It let's you choose how tall you want to be
- ADDED: Quantum Realm! Leave the slot in the regulator GUI empty to enter it. It contains block with rare stuff in it.
- ADDED: Mobs sound pitch changes with size
- ADDED: Creeper explosions are equal to their size
- ADDED: Some new config options
- CHANGED: Only one button for size-changing.
- CHANGED: The size-change-effects will only appear when you play with fancy graphics
- CHANGED: The HUD color/regulator depends on your suit
- FIXED: Changed position when you change your size to stay in the center of the hitbox (I hope that sounds understandable)
- FIXED: Size will updated correctly after rejoining a world/server
- FIXED: Damage bug (this time it's really fixed)
- FIXED: Other players render correctly when they are sneaking
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:KP2WhfaM:hjuuptQY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KP2WhfaM:hjuuptQY"
}


