Tags
Creators
Details
Licensed MIT
Published last year
Updated 3 months ago
All versions
1.7.0+mod
Release
Compis Mentis7 months ago 27
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Shadowforms: Compis Mentis
Woohoo! It's out! After... 8 months? This update brings with it a visual refresh to shadowforms with balancing, new rituals, and a new in-game guidebook to help you on your journey!
Changes and Additions
- Nearly every asset in Shadowforms has gotten an update
- Blackened Hearts and Sacrificial Hearts have gotten new models
- Strong Shadows only spawn below y 0
- Ancient Enchantments have all been updated with a new addition, Surge
- Ancient Villages have a completely new look with new buildings and houses
- Advancements have been completely updated
- There's now a better indication for when you fail a Blackened Heart ritual
- There's a new underground biome, the Smog, with a new plant block, the Gloombloom.
- Shadowforms now drop Shade Hide, which can be used as an alternative to leather
- ...and much more!
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:lnr2EMzF:pdKu15bA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lnr2EMzF:pdKu15bA"
}

