Tags
Creators
Details
1.4.2.11
Compatibility
Required content
Changes
FABRIC PORT IS ON ITS WAY!
Localization
- Added
de_de.json(German)
Removed
- Removed Herobrine
Known Bugs
-Seeping Reality flashing screen and dev 'testScreen funny' screen display under JEI/REI/EMI's block list
Any bugs or requests of mod compatibility, please report to our Discord server!
Dev stuff
- Renamed and moved some internal stuff
- procedures -> mechanics
- mechanics\advancements* -> mechanics\logic...
- mechanics\events\PlayCredits.java -> mechanics\logic...
- mechanics\events\NotAlone.java -> mechanics\logic...
- mechanics\events\FoodLvlReset.java -> mechanics\logic...
- mechanics\PlayerInvManager.java -> mechanics\logic...
Yeah that's.. that's everything.
Optional dependencies
Known incompatibilities
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:bK34TYvv:BzfrZRZW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bK34TYvv:BzfrZRZW"
}

