Links
Tags
Creators
Details
All versions
8.0
Release
GameCorruptor9000 8.02 months ago 16
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client-side
Server-side
Changes
- Removed PanoramaRendererMixin
- Added float clamp method corruption with 6 different modes (off, set to 1, set to 0, set to -1, randomsource, return input)
- added binarysearch corruption that can be toggled
- Tried bytecode transforming, failed (i'm a transformer tho, if you know what i mean 🏳️⚧️)
- Added linear interpolation (lerp) corruption that can also be toggled on and off with config menu integrated in neoforge
- Bro what else did I add?
- Oh yeah you can now turn and and off most of the rendering corruptions
- Added some crazy-ass config system that somehow works
- I just found out there's some unused logic left over, nah gonna remove that next release
- I think I changed some worldgen corruptions, I'm actually 100% sure but I'm too lazy to look
What to add in next release:
- Double clamp corruption by "unclamping" it, frequently crashes the game so will be able to be turned on and off by the user (who would play this voluntarily?)
- Maybe invert the linear interpolations (idk how to say it sry for my bad english)
- Do some other stuff and spend longer writing the changelog longer than developing the mod since gemini made all of it for me (no it didn't btw)
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:TACM3uTY:k5pyjOTx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TACM3uTY:k5pyjOTx"
}

