0.10_Pre_1
Compatibility
Required content
Changes
V0.10 PRE RELEASE 1
!!! THIS VERSION REQUIRES BROKENSKYAPI WHICH HAS NOT BEEN APPROVED YET, YOU CAN GET IT ON DISCORD (in tbsa announcements) OTHERWISE STAY ON V0.9 ADDITIONAL CONTENT !!!
Blocks
Spoiler
Added more corruption blocks (Rotten and Decayed)
Dimensions
Spoiler
Added THIRDWORLD and FOURTHWORLD
Items
Spoiler
Added many music discs (FIRSTWORLD, SECONDWORLD, THIRDWORLD, FOURTHWORLD, DESPAIR, LAYERED WORLD, LAYERED WORLD (REVERSED)
Structures
Spoiler
Added more structures in SecondWorld
Added a bunch of structures made by SPG :>
Game Version
Spoiler
Game Version now changes based on many things (Not just Purgatory score anymore)
It's not as annoying as before so please keep it ;3
Bug Fixes
Spoiler
Fixed many many bugs so many that I actually forgot what I fixed, I just know that the game version and daycount are now in the corners of your screen no matter how big your GUI is, TEP now spawns normally, spawn rates are mostly okay too and stuff happens only when Null appears in front of you.
Aaaand a bunch of other stuff I probably forgot about :)
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:f5eiQWvj:3JviFHkm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:f5eiQWvj:3JviFHkm"
}

