Links
Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated 4 years ago
All versions
1.0.9+1.8.9
Release
Legacy VanillaFix 1.0.9 1.8.9 for Legacy Fabric4 years ago 20.6K
Compatibility
Minecraft: Java Edition
1.8.9
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
1.0.9
- Added skyDarknessFix (Fixes sky darkening when you stand on soul sand, or sit in a minecart)
- Added handBugFix (Fixes hand glitching out when sitting in a minecart / on a horse)
- Added catchInitCrashes (Catches crashes during the start of the game, and tells you the cause)
- Added ModMenu Support (Thanks moehreag)
- Fixed possible crashes while displaying the crash screen
- BufferBuilder is now reset on crashes (to prevent BufferBuilder Already building crash loops)
- Updated crash screen, now the crash report can be accessed by clicking on it (green text)
Important!
-
Completely removed MixinTrace (included) Mod because:
- I didn't ask for permission to include the mod
- I only added it because it was faster than writing my own code (seemed like a good idea at the time)
- It broke for Java 8 on Fabric Loader 0.12.0+ (fixing it is possible, but I no longer want to keep someone else's mod bundled inside mine, especially without credit)
- I'm pretty sure removing it is the right thing to do.
-
Compatibility with 1.8 is broken, currently it is untested if it works with the 1.8.1 - 1.8.8 versions
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:kzsy7on5:CASpOXB7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kzsy7on5:CASpOXB7"
}

