readme: add use cases

This commit is contained in:
Bixilon 2022-11-16 19:37:22 +01:00
parent c5afd1987e
commit 5968155457
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -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.