Remove Allay Mappings Submodules (#493)

* Download allay mappings from github instead of using git submodules

Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>

* Remove allay gitignore

Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>

* Use the same dependency notation as the rest of the project

---------

Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
This commit is contained in:
solo
2025-03-25 17:14:51 -04:00
committed by GitHub
parent 4bef2f5a7f
commit 1d658bd52d
7 changed files with 28 additions and 24 deletions

View File

@@ -81,6 +81,8 @@ object Versions {
object Allay {
const val api = "0.2.0"
const val gson = "2.12.1"
const val mappings = "3626653"
const val mappingsGenerator = "366618e"
}
object Minestom {