Skip to content

Commit

Permalink
Update to 1.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
williambl committed Oct 30, 2020
1 parent 2716cb6 commit 0b6ba21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0b6ba21

Please sign in to comment.