1.3.1
Compatibility
Changes
Shrapnel Shard 1.3.1 — Stark Bench Update
Version 1.3.1 introduces the complete Stark Bench progression system, replaceable Palladium Cores, improved Satsu integration, and several visual and gameplay fixes.
Blueprint Progression
- Owning a Blueprint Holder no longer unlocks every suit.
- Each suit must first be properly unlocked through Satsu's Blueprint Holder.
- The Stark Bench checks the player's real Satsu tailoring recipe unlocks.
- All supported suit recipes were matched against Satsu Iron Man Addon 3.2.0.
- Previous suit research requirements still apply.
Shrapnel Origin
- Players must survive the TNT explosion before receiving an Arc Reactor.
- The Arc Reactor reward can only be received once.
- The reactor is placed directly into the correct Curios slot when possible.
Visual Updates
- Updated the Shrapnel Bottle texture.
- Updated the Chlorophyll Drink texture.
- Updated the Lithium Dioxide Syringe texture.
- Added the final Stark Bench Schematics texture.
Requirements
- Minecraft 1.20.1
- Forge
- Satsu Iron Man Addon 3.2.0+
- Palladium 4.5.5+
- Curios API
- GeckoLib
Thank you to everyone who shared feedback and helped improve the update!
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:RCsk4MRD:paqkcIJe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RCsk4MRD:paqkcIJe"
}

