Initial build. Version 0.0.1 with easy install, advanced xray and no chat message client mod

This commit is contained in:
2026-02-03 14:00:48 +03:00
commit 3dfcf1c0a5
53 changed files with 2895 additions and 0 deletions

14
ReadMe.md Normal file
View File

@ -0,0 +1,14 @@
Fabric 0.18.4
MC: 1.21.10
After install client - choose instance `.minecraft` dir and execute for initial install:
```
git init && git fetch https://vcs.wpstudio.ru/gitea/m2110.git && git checkout master
```
For updates:
```
git pull
```