Updated dependancies

This commit is contained in:
coolGi
2023-10-31 01:04:57 +10:30
parent a673a3be4b
commit 9475040627
9 changed files with 46 additions and 45 deletions
+2 -1
View File
@@ -4,12 +4,13 @@ pluginManagement {
name "Fabric"
url "https://maven.fabricmc.net/"
}
// TODO: Stop using Forge for versions with NeoForge
maven {
name "Forge"
url "https://maven.minecraftforge.net/"
}
maven {
name "Architectury (Better Forge because regular Forge is annoying)"
name "Architectury (Better Forge because regular Forge is annoying)" // TODO: Once we switch to NeoForge, would it's gradle work better? or will it have Forge's problems in it
url "https://maven.architectury.dev/"
}
maven {