diff --git a/build.gradle b/build.gradle index 0ab3e56..a40a6c4 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle' apply plugin: 'eclipse' apply plugin: 'maven-publish' -version = '1.1.3' +version = '1.1.4' group = 'com.williambl.bigbuckets' // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = 'bigbuckets' @@ -105,7 +105,7 @@ dependencies { // Specify the version of Minecraft to use, If this is any group other then 'net.minecraft' it is assumed // that the dep is a ForgeGradle 'patcher' dependency. And it's patches will be applied. // The userdev artifact is a special name and will get all sorts of transformations applied to it. - minecraft "net.minecraftforge:forge:1.16.2-33.0.20" + minecraft "net.minecraftforge:forge:1.16.3-34.1.35" // compile against the JEI API but do not include it at runtime compileOnly fg.deobf("mezz.jei:jei-${mc_version}:${jei_version}:api") diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 0c1ab1a..924a325 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -48,6 +48,6 @@ Adds upgradable buckets. [[dependencies.bigbuckets]] modId="minecraft" mandatory=true - versionRange="[1.16.2]" + versionRange="[1.16.2)" ordering="NONE" side="BOTH"