Tags
Creators
Details
Licensed ARR
Published last year
Updated 4 days ago
All versions
0.8.600
Release
Risus - Blood & Ruin 0.8.6004 days ago 64
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Patch notes for 0.8.600 version:
Researcher's Notes has been overhauled:
- Multiple entries have been split up to simplify them and avoid high page counts
- All addendums have been taken and moved to their own category
- Entries that have an addendum now feature a linked bookmark at the bottom of the first page
- New Categories added: Materials, Weapons, Tools, Armors, Addenda
- More hyperlinks were added and all non-lore entries feature a Related Chapters page at the end
- All unlock requirements have been removed from information focused entries and instead lore entries (Addenda, Observations, Lost Wills) have received them. This means the lore gets unlocked as you progress, but information about items, creatures etc. are always available
Sinner Robes Armor ability has been reworked:
- Abilities are no longer crafted (Lava cauldron interaction removed)
- Every armor piece now has an inventory slot that accepts viable ability items
- Viable ability items can be inserted and taken out whenever, with the armor updating in real time
- New Abilities added (Rebalanced, Pocket, Milktank, Ablaze)
- Changed the model of the boots to be warmer
Other changes:
- Boomstick is now throwable and supports Loyalty and Defiance. No longer supports Multishot and Star Release
- Boomstick and Crescent Disaster now correctly save their visual effects when unloaded
- Fixed Light Devourer stacking
- Scythes now have two modes: Harvest (what existed until now) and Sow (half damage, double attack speed, trades sweeping for attack range)
- Small fixes for Hand of Greed render (Still has known issues)
- Fixed spyglass closing sounds when pressing the hotkey for zoom triggering when it shouldn't
- New advancements added and slightly reorganized Challenges
- New interactions added for Carving Knife
- Major lore reveal added
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:aesUW744:wCVyybUL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aesUW744:wCVyybUL"
}

