diff --git a/ReadME.md b/ReadME.md index 5f518d5..9babd77 100644 --- a/ReadME.md +++ b/ReadME.md @@ -1,7 +1,12 @@ -# pixlyer-physics +# pixlyzer-physics This [pixlyzer](https://gitlab.bixilon.de/bixilon/pixlyzer) module runs physics test on minecraft and extracts data from it. -Perfectly suited for integration testing in minosoft. + +## Use cases + +- Anti cheat development +- 3rd party clients/servers to not get banned, e.g. integration tests in [Minosoft](https://gitlab.bixilon.de/bixilon/minosoft) +- Maybe mojang themselves? (check if nothing broke in their messy code) ## What affects movement (client side)? @@ -79,3 +84,8 @@ Perfectly suited for integration testing in minosoft. ## Non physics things - client side biome noise + +## About consistency + +Tests are general non-mutable, so a diff is possible between versions. +New tests can/will always be added, existing tests may only be changed if they break or are considered wrong.