Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 months ago
Updated last month
All versions
0.1.2
Release
RotP:NextAlbum 0.1.2last month 1,571
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
·Fixed incompatibility with Lightspeed and Modern-Fix.
·Fixed that can't store ammo in creative mode.
·Super Aja necklace no longer hard-requires Curios; GeckoLib is declared as a real dependency.
·Dedicated / hybrid servers (Forge runServer, CatServer 1.16.5, Mohist): fixed client-only class loading, DistExecutor crash, BoneMeal mixin clash with Cat’s extra overload, and FoodStats heal redirect.
·Added Prosciutto Suits.
·Added Manga-like step onomatopoeia particle which can only seen by Stand-user. You can disable it in config file.
·Added in game client setting screen. You can see it on RotP setting screen.
·Added aging rate: biome/temperature mods, exertion, food, and ice cubes now change how fast Grateful Dead aging applies. Cold biomes slow aging instead of stopping it.
·Added Beach Boy (Pesci). Cast a hook, reel, plant trap hooks (including on dropped items), lash/slash, tear, and heart-crush. Optional path-line, crush damage, sound sense, and remote hook.
·Added Prosciutto’s suit, with appearance cycling (default / no coat / stealth shadow). Full set extends Resolve delayed-death and scales Stand stats with Resolve.
·Added ice cubes: holding one slows aging; an unmelted cube in the inventory protects living items from aging mist. Craftable.
·Added cigarettes: light, inhale/exhale for Focus, or hold up to five lit cigarettes in your mouth.
·Added Sex Pistols forced targets (up to 5) and an Aim lock mode.
·Added The Grateful Dead grab / throw / place, aging punch (inject), age-yourself / remove self-aging, remove-all-aging, and a finisher punch.
·Added manga-like step onomatopoeia particles (Stand users only; toggle in settings).
·Added Resolve Last-Action: stay usable while downed; can be enabled for all Stands in settings.
·Added an in-game NextAlbum settings page on the RotP settings screen.
·Added aging-rate factors: biome / temperature mods, exertion, food, and ice cubes. Cold biomes slow aging instead of stopping it.
·Added character voice lines and Stand summon/unsummon sounds for Beach Boy and The Grateful Dead.
·Added new regular revolver item which can craft by anyone.
·Added 6 avilabe advancements.
·Now Sex Pistols remote pickup no longer instantly returns items. Far away, reuse drops the item; near the user, it is given to the player. Holding an ice cube grants nearby aging resistance as the cube melts.
·Now Sex Pistols stay in place after a kick while remote-standby is on, instead of flying back.
·Enhanced Sex Pistols redirect mechanism.
·Now Revolver bullets and Beach Boy’s line can interact with doors, buttons, pressure plates, levers, and similar blocks.
·Now Aged plants/trees will become weaker (hardness drops with aging).
·Suit effect names and progress use each character’s theme color.
Optional dependencies
Any compatible version
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:U8qCHsWX:cg5Vqec9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:U8qCHsWX:cg5Vqec9"
}

