All versions
1.4
Release
Improvised 1.42 years ago 1,055
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Content & Systems
- Added a new artiface mob, artifaces are similar to mortars & scale with ore tiers
- Artifaces are mechanical zombies that have increased vertical knockback & Knockback piercing all scaling with level. Artifaces also have a charging attack, to where they will enter a flight mode and preform a dash, dealing 1.2X damage and additional knockback.
- Added an airstrike resonator, airstrike resonators can be crafted using a new redstone cell item & redstone chips.
- Using an airstrike resonator will call down an airstrike at the area you are looking at after a windup & delay. And then once the airstrike is fully active it will then rain down high damage missles, denying the area and dealing damage to anything caught within it
QOL / Balancing
- Mortar warning SFX / VFX now play on the mortar instead of the player
- Buffed cherry bomb to 7 base damage
- Reduced nether mechanical mob spawns, & removed the light check for nether mechanical mob spawns. This should reduce flooding in low light areas & make them more common in general
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:ut8CPuqT:JUxjmfrt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ut8CPuqT:JUxjmfrt"
}

