Tweak README

This commit is contained in:
Johannes Frohnmeyer 2022-03-13 17:23:40 +01:00
parent cacc981a4e
commit b005b8be56
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
This mod allows you to enable replacements for:
- The standard math methods (used almost everywhere where math is needed, for example movement)
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