1.7.0
Compatibility
Required content
Changes
Added
Added Lilly Phase 2
Added [REDACTED]
Added Corrupted Pelt
Added Corrupted Pearl
Added Teleport Belt
Added Double Jump Slippers
Added A new event
Added 2 New chat responses
Added “Ink” Liquid
Added Placeable Experience Liquid
Added Teto plush
Added New banner patterns
Added Blade and Eyae Entitys (They do nothing right now, but they make for cool player statues… 👀)
Added Spawn eggs for most of the entities
Added Lilly Disc 2
Added Boss Config
Changed
Reworked the entire Boss System
Reworked music system to handle multiple phases
Reworked Configs
Reworked Entity Spawning Engine
Changed Chest Impersonator to only spawn in dark areas
Changed Trans Cow loot table
Changed Chest Impersonator loot table
Fixed
Bunch of bugs
Removed
Removed Herobrine
Removed Null
Removed Circuit
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:q2cNEaYf:so3faStK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:q2cNEaYf:so3faStK"
}

