Skip to content

Commit

Permalink
v3.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureZhen committed May 24, 2021
1 parent 6c93c0a commit 28dac61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ if (file('key.properties').exists()) {
releaseType = "release"
changelogType = 'text'
changelog = file('changelog.txt')
addGameVersion("1.16.4")
addGameVersion("1.16.5")
addGameVersion("Forge")
addGameVersion("Java 8")
Expand Down
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
v3.0.35
v3.0.36

- For the big babies that just have to use 36.1.0
- Moved GeckoLibNetwork.initialize(); - Icosider
2 changes: 1 addition & 1 deletion core
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
mod_version=3.0.35
mod_version=3.0.36
archives_base_name=geckolib-forge-1.16.5
geckolib_core_version=1.0.4

Expand Down

0 comments on commit 28dac61

Please sign in to comment.