From 5968155457a5b43dcdf18eab5a147989378c1960 Mon Sep 17 00:00:00 2001 From: Bixilon Date: Wed, 16 Nov 2022 19:37:22 +0100 Subject: [PATCH] readme: add use cases --- ReadME.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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.