Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 years ago
All versions
1.2.0_howi_arm
Release
1.2.0_howi_arm2 years ago 4,292
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Forge
Supported environments
Client and server
Changes
JORT CHANGES
- Jort screams more (has 4 different scream sfx's, compared to the prior 1)
- Jort is less volatile (only gets triggered on damage and player push, rather than any entity push)
SPUNGUS CHANGES
- Spungus is now a nationalist (does not attack other spungi when raging)
- Config option to blacklist entities to be attacked when raging
- Config option to blacklist specific items from being eaten by Spungus
- Spungus' dental bill has been raised (spungus can loose a tooth if he eats specific items-- configurable)
- Added Spungus Tooth item
- Added Tooth Blade
- Tooth Blade ignores I-frames and has an insanely high attack speed, but low damage. Unbreakable
- crafted with Spungus Tooth, Diamond Sword, and Super Glue at a smithing table.
HOWITZER ARM CHANGES
- Added Howitzer arm bossfight
- Howitzer arms will attempt to leap at the player and crush them. Right arms are more agile but deals less damage, left arms are slower but jump much higher and farther, dealing more damage.
- Config options relating to bossfight
MISC.
- Added Super Glue
- Crafted by smelting bones, can be eaten but it's not recommended. Used to craft Tooth Blade
- Updated internal library to use Spore 2.1.3-- use the most updated version of the mod for best results (and to avoid bugs/crashes :/)
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:DseQQpks:BOkgV6t0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DseQQpks:BOkgV6t0"
}

