Tags
Creators
Details
Licensed ARR
Published 3 months ago
Updated 5 days ago
All versions
1.4
Release
Rising Storm 1.4last week 166
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Version 1.4 is here!
##What's new?
Items
- Antitrix! - new watch, with brand new aliens!
- Antitrix core
- Antitrix Key! - for now it can only be obtained from creative
- King's boar tooth and King's boar tooth sword - only from creative for now
New Aliens
- Bashmouth
- Hot Shot
- Rush
- Quad Smack
- Skunkmoth
- Wreckingbolt
- Bootleg
- Crystalfist
- Dark Matter (He is in wip)
- Humangoraptor (WIP)
- TNT Yeeter (WIP)
Others
- All aliens from previous updates have now fully working uniforms
- Remodel and retexture for all aliens
- Added some new features for them
- tweaked some abilities
- Fixed bugs
Known issues
- Quick change for antitrix causes crash of mc
- while transformed in one of antitrix aliens having antitrix and log out, sometimes after log in badge could show prototype badge not antitrix
- Crashhopper not showing after transformation -> Check if you have all dependencies
- All aliens that aren't from Rising Storm, will cause crash when you try to transform in them wearing antitrix
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:lHsGD1Bx:rXEiOvaB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lHsGD1Bx:rXEiOvaB"
}

