diff options
| author | Maximusbarcz <maxim.baranek@gmail.com> | 2022-12-19 20:05:03 +0100 |
|---|---|---|
| committer | Maximusbarcz <maxim.baranek@gmail.com> | 2022-12-19 20:05:03 +0100 |
| commit | 3f4b8a506d46a3fc558d6941a31af1b69b4cede7 (patch) | |
| tree | fa4f52bd2fdc7c39275781c7d4b46923260a4b5e /src/main/resources | |
| parent | 0a587147d29dc0bc0fd5aeb98a67e3d76719b0d9 (diff) | |
| download | ygasi-3f4b8a506d46a3fc558d6941a31af1b69b4cede7.tar.gz ygasi-3f4b8a506d46a3fc558d6941a31af1b69b4cede7.tar.bz2 ygasi-3f4b8a506d46a3fc558d6941a31af1b69b4cede7.zip | |
Im so done lmfao... anyway finally made PlayerDataSaving work so thats amazing, also finished the Branch choosing gui, I think I can finally work on other stuff now.
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 2 | ||||
| -rw-r--r-- | src/main/resources/ygasi.mixins.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 1ec8757..3d70f3b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -19,7 +19,7 @@ "environment": "*", "entrypoints": { "main": [ - "dev.mayaqq.ygasi.ygasi" + "dev.mayaqq.ygasi.Ygasi" ] }, "mixins": [ diff --git a/src/main/resources/ygasi.mixins.json b/src/main/resources/ygasi.mixins.json index aeb9daf..f82afc7 100644 --- a/src/main/resources/ygasi.mixins.json +++ b/src/main/resources/ygasi.mixins.json @@ -13,4 +13,4 @@ "injectors": { "defaultRequire": 1 } -} +}
\ No newline at end of file |
