Added a proper fix for when forge is attempting to be run on a different version than intended

This commit is contained in:
coolGi
2023-01-24 23:46:15 +10:30
parent ec8e54d31b
commit 52005d0b19
5 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
buildscript {
repositories {
maven { url = "https://maven.minecraftforge.net" }
maven { url = 'https://maven.parchmentmc.org' }
maven { url = "https://maven.parchmentmc.org" }
maven { url = "https://repo.spongepowered.org/repository/maven-public/" }
mavenCentral()
}