mirror of
https://gitlab.bixilon.de/bixilon/pixlyzer-physics.git
synced 2025-09-20 18:43:58 -04:00
readme: add use cases
This commit is contained in:
parent
c5afd1987e
commit
5968155457
14
ReadME.md
14
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user