Tags
Creators
Details
0.2.1+mod
Compatibility
Changes
Changes:
Reworked the backend of the datapack
-
Previously unloaded entities may be frozen for up to 20 minutes
-
All current active effects will be deleted
Added new sprites for:
-
Failed Sunken Compass
-
Creative Menu
Added Essence of Eleum, Havoc, and Sunlight (all unobtainable)
Music profiles for Noteblocc, TehBigMac, and NotGleam use the plushes now.
Fixes:
Wulfrum Blunderbus not reloading
Custom Projectiles can now hit boats, minecarts, end crystals, item frames, leash knots, paintings, shulker bullets
Lang issues with boss summons and fishing bobbers
Attempted to Add a fix for yharon's head not despawning sometimes
Changed tungsten_leggings id from " tungsten_leggings" to "tungsten_leggings"
Desert Scourge and Desert Nuisance now have damage tints
Fixed transparency on Tomb Crawler body
Tomb Crawler now has damage tint
Fixed model of Amidias Pendent shards
Fixed link to wiki in the manual
(also ported over the better version of the wiki that got privated because whoopsies)
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:y7VxdN7W:as71dI5L"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:y7VxdN7W:as71dI5L"
}

