1.1.0
Compatibility
Changes
V1.1: The Nether Update
the latest update with 4 new sick Trims!
fully obtainable in survival from bastion looting, nether fortresses, and piglin bartering!
but wait, theres more!!, behold, the new trim materials!
you thought echo shard was gonna be the only one? (i did until i decided to add more)

(hehe poopoo trim material on the left)
So how to actually obtain seriously hmmmmmmmm:
- The lightning trim (glowstone one in the image) - bartering with piglins
- The vine trim (the vine one in the image) - found in bastions
- The thorn trim (the one with the thorns in the image (very informative i know)) - found in nether fortresses
- The lava trim (the one with- ok you get it) - also found in bastions
other stuff i should disclose:
- Leggings for connection trim changed
- helmet for signal trim changed
- coin gui model fixed
- the grass blocks in the coin's model glows a little
- changed signal & connection trim item texture
- had fun in the process (but who cares about that?
(everyone))
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:RqvSAlmZ:kCAdGmne"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RqvSAlmZ:kCAdGmne"
}

