1.0.0
Compatibility
Required content
Changes
TBS+ V1
ENTITIES
The Broken End (PLUS)
Two behaviors:
falsetbe
A fake TBE that disappears when looked at and gives darkness (and also has a 1% chance to become TBE angry
followingtbe
TBE behavior that makes him follow you slowly and if you get too close he becomes angry
Sub Anomaly 1 (PLUS)
Two behaviors:
Obstruction
Inspired by v0.71's Obstruction, this Sub Anomaly 1 (PLUS) behavior has eye particles instead of black squares, and will obstruct the view of the player when it's too close
Teleport
This Sub Anomaly 1 teleports the player around when it's too close (I was this close to naming it "Wisp" (omg TBS Additions reference) or "hellspawn" (because Wisps) (omg TBS Additions reference) (It's not even close to being as annoying as wisps dw)
Events
sun_phase
Just like the moon_phase event in TBS, the sun can go through a 16 phase cycle. While it's active, TBE+ can spawn.
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:DG2r2is1:NjOucOS3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DG2r2is1:NjOucOS3"
}


