Tags
Creators
Details
0.4.0
Compatibility
Changes
Alpha Stage 3 Changelog:
Version Update: 0.4.0
What has been added
- Revamped Animations
- Arcee
- Most bugs fixed
- First person transformer hands show
- More sounds
- Nemesis Prime
- Increased Energon Spawning
- Groundbridge causes little to no lag
- Polarity Gauntlet
- Ratchet can now heal himself with his ability
Some of the features to be added
- More variety of Energon and making it spawnable (Red Energon, etc)
- More transformers such as Airachnid
- Better animations
- Much more sound effects And more to come
BUGS WE KNOW
Soundwave's tentacles are currently broken. They will be fixed very soon, we're very sorry for the inconvience.
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:X5Q4LrRz:HB9q0QEk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:X5Q4LrRz:HB9q0QEk"
}

