Update to ForgeGradle 6 and Fabric Loom 1.2

This commit is contained in:
Jared 2023-06-11 01:34:55 +02:00
parent 470f3ed636
commit 67d79d6ba3
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.0-SNAPSHOT'
id 'fabric-loom' version '1.2-SNAPSHOT'
id 'maven-publish'
id 'idea'
}

View File

@ -2,7 +2,7 @@ plugins {
id 'java'
id 'eclipse'
id 'maven-publish'
id 'net.minecraftforge.gradle' version '5.1.+'
id 'net.minecraftforge.gradle' version '[6.0,6.2)'
}
archivesBaseName = "${mod_name}-forge-${minecraft_version}"

View File

@ -16,6 +16,10 @@ pluginManagement {
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
}
rootProject.name = 'MultiLoader'
include("common")
include("fabric")