1.1.1
Compatibility
Required content
Changes
Bug Fixes:
-
Fixed an issue with Redstone Cube's becoming immortal after being thrown . No more immortal Cube's .
-
Fixed an issue with the Redstone Cube's damaging nearby illagers .
-Fixed an issue with the Redstone Mine's damaging nearby illagers .
Improvements:
-
Redstone Cube's now deal slightly less damage . no longer 1 shotting a naked player .
-
Redstone Golem no longer take's damage from other illagers .
-
Redstone Golem is now able to throw modded entities that are melee illagers .
Added:
-
All Illager's can now ride the Redstone Golem's .
-
Maximum 2 can sit at once . They sit on each side of the Golem's Back/Torso/Top .
-
Golem is still able to do what it already does even while being ridden .
-
IF the rider is a Vindicator or any Melee class illager for that matter . Next Ranged attack will launch them at the target instead .
-
Illager's that are riding the golem can still attack .
-
New animation for Redstone Golem's death . Now it looks much better .
-
Improved the animation for normal attack . Its also better now .
-
Improved the summon animation for the Redstone Golem . Looks even better now .
-
Improved the heavy attack for the Redstone Golem slightly aswell .
-
Improved the walking animation for the redstone Golem aswell .
-
Redstone Golem is now slower while normal walking without chasing a target .
-
If Redstone Golem has a target . It will speed up to catch them .
-
Also give a running animation to match the speed .
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:zpcUygBo:G56nsphI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zpcUygBo:G56nsphI"
}

