Replaces math methods with incorrect alternatives, causing interesting corruption
Go to file
Johannes Frohnmeyer fa61d24e96
Update for 1.19.1
2022-07-28 10:21:07 +02:00
src/main Update for 1.19.1 2022-07-28 10:21:07 +02:00
.gitignore It doesn't crash yay 2020-08-06 23:55:17 +02:00
.gitlab-ci.yml Update for 1.18 2021-11-30 19:49:46 +01:00
LICENSE It doesn't crash yay 2020-08-06 23:55:17 +02:00
README.md Update for 1.19.1 2022-07-28 10:21:07 +02:00
build.gradle Update for 1.19.1 2022-07-28 10:21:07 +02:00
gradle.properties Update for 1.19.1 2022-07-28 10:21:07 +02:00

README.md

Quickmeth allows you to break math methods in minecraft by enabling replacements for:

  • The standard math methods (used almost everywhere where math is needed)
  • Trigonometry (which is also used across the codebase and affect things like rendering)
  • Perlin & Simplex noise methods (used in terrain generation)

WARNING: These replacements are intended to corrupt things and should not be used in worlds you care about! The "Corrupt more generic math" option might even prevent your game from loading incompletely generated worlds at all.