DataBreaker speeds up your minecraft loading time by stopping the execution of DataFixerUpper.
As you can imagine this is very hacky and stops world backwards compatibility. This tool is intended for MOD DEVS ONLY.
Do not use it in a normal Minecraft environment. Even if you try it will just crash you anyway.
If you have the inclination to add databreaker to your dev env, follow these 2 easy steps:
❗Note: do NOT put it in the publishing
section
For 0.2.6 and below:
repositories {
maven {
name = "Gegy"
url = "https://maven.gegy.dev"
}
}
For 0.2.7 and higher:
repositories {
maven {
name = "Gegy's Maven"
url = "https://maven.gegy.dev/"
}
}
For databreaker_version
use the latest release version number.
If you don't want the latest build, you can find a list of builds on Maven.
modRuntime ("supercoder79:databreaker:${databreaker_version}") {
exclude module: "fabric-loader"
}