Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 619 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 619 Bytes

DataBreaker

this is a very cused mod
it makes mc load way faster (on server and client) by removing DataFixerUpper
i'm not responsible if you completely screw up your world
thanks, have a great day

How to add this mod to your dev env

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

  1. Add this to your build script before dependencies
repositories {
	maven { url = "https://jitpack.io" }
}
  1. Add this to your build script in dependencies:
modRuntime ("com.github.Chocohead:Data-Breaker-Lower:<whatever the latest commit hash is>")
  1. cry