Add parchmentMC mappings, changed structure a little, add networking and completed enchanting

This commit is contained in:
Andrew 2022-08-07 13:26:36 +07:00
parent 38ee524bf9
commit 6bfb963839
20 changed files with 793 additions and 18 deletions

View file

@ -2,6 +2,7 @@ pluginManagement {
repositories {
gradlePluginPortal()
maven { url = 'https://maven.minecraftforge.net/' }
maven { url = 'https://maven.parchmentmc.org' }
}
}