diff --git a/build.gradle b/build.gradle index 7d1e63c3..c6bbdec8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.5-SNAPSHOT' + id 'fabric-loom' version '0.7-SNAPSHOT' id 'maven-publish' } @@ -15,6 +15,7 @@ repositories { maven { url "http://server.bbkr.space:8081/artifactory/libs-release/" } maven { url "https://maven.fabricmc.net/" } maven { url 'https://maven.blamejared.com' } + maven { url "https://maven.shedaniel.me/" } maven { url 'https://jitpack.io' } jcenter() } @@ -27,7 +28,7 @@ dependencies { modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" - useApi "vazkii.patchouli:Patchouli:${project.minecraft_version}-${project.patchouli_version}" + useApi "vazkii.patchouli:Patchouli:1.16.4-${project.patchouli_version}" useOptional "me.shedaniel:RoughlyEnoughItems:${project.rei_version}" useOptional "me.shedaniel:RoughlyEnoughItems-api:${project.rei_version}" diff --git a/gradle.properties b/gradle.properties index d412b84c..7a4dbdbe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,9 +3,9 @@ # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.16.4 - yarn_mappings=7 - loader_version=0.10.8 + minecraft_version=1.16.5 + yarn_mappings=5 + loader_version=0.11.2 # Mod Properties mod_version = 0.9.2-pre @@ -14,7 +14,7 @@ # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api - patchouli_version = 48-FABRIC - fabric_version = 0.29.2+1.16 + patchouli_version = 50-FABRIC + fabric_version = 0.32.0+1.16 canvas_version = 1.0.+ - rei_version = 5.8.10 \ No newline at end of file + rei_version = 5.10.184 \ No newline at end of file