diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2021-12-29 13:11:42 -0800 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2021-12-29 13:11:42 -0800 |
commit | be7a696f1ed6a6e9fc902fd4599dbc9ce71c466c (patch) | |
tree | f63b02798049fbe80f99aff2f65a605d777f5798 /gradle.properties | |
parent | 59df5edce854fb44c55767b9f8c5c0b456799971 (diff) | |
download | Iceberg-be7a696f1ed6a6e9fc902fd4599dbc9ce71c466c.tar.gz Iceberg-be7a696f1ed6a6e9fc902fd4599dbc9ce71c466c.tar.bz2 Iceberg-be7a696f1ed6a6e9fc902fd4599dbc9ce71c466c.zip |
Fixed a mod load order crash bug.
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 11cb639..f213ef1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,6 +6,6 @@ org.gradle.daemon=false name=${rootProject.name} group=com.anthonyhilyard.${name.toLowerCase()} author=anthonyhilyard -version=1.0.30 +version=1.0.31 mcVersion=1.18.1 forgeVersion=39.0.0 |