Init to comit it!

This commit is contained in:
2026-08-02 13:57:13 -04:00
commit 8a769437c0
29 changed files with 814 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# Vixi's Mod!
More to come!
Make sure you have the gitmodules!
```shell
git submodule update --init --recursive
```
```shell
# Make sure you point to a valid version of the jdk8, i got mine from jdk8-openjdk
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
./gradlew genIntellijRuns # or genVSCodeRuns
./gradlew runClient
```