Skip to content

IMS212/databreaker

 
 

Repository files navigation

DataBreaker

JitPack

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.

How to add this mod to your development environment

If you have the inclination to add databreaker to your dev env, follow these 2 easy steps:

1. add this to your build script before dependencies:

❗Note: do NOT put it in the publishing section

repositories {
	maven {
		name = "JitPack"
		url = "https://jitpack.io"
	}
}

2. add this to your build script in dependencies:

For databreaker_version use the latest commit hash. If you don't want the latest build, you can find a list of builds on JitPack. You can also use any git tagged version, or the (short or long) hash of any specific commit.

modRuntime ("com.github.SuperCoder7979:databreaker:${databreaker_version}") {
	exclude module: "fabric-loader"
}

About

removes DataFixerUpper

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%