Skip to content

Commit

Permalink
1.16.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Nov 2, 2020
1 parent 5ab6edb commit bb6bd15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ repositories {
}
}
dependencies {
minecraft 'net.minecraftforge:forge:1.16.3-34.1.25'
minecraft 'net.minecraftforge:forge:1.16.4-35.0.0'

compileOnly fg.deobf("mezz.jei:jei-1.16.3:7.6.0.49:api")
// at runtime, use the full JEI jar
Expand Down Expand Up @@ -189,7 +189,8 @@ curseforge {
changelog = "https://github.com/InnovativeOnlineIndustries/Titanium/blob/changelog/CHANGELOG.md"
changelogType = 'markdown'
releaseType = 'beta'
addGameVersion '1.16.1'
addGameVersion '1.16.3'
addGameVersion '1.16.4'

mainArtifact(jar){

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
minecraftVersion=1.16.3
minecraftVersion=1.16.4
api_version=3.1.1.1

0 comments on commit bb6bd15

Please sign in to comment.