diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2021-09-21 14:22:26 -0700 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2021-09-21 14:22:26 -0700 |
commit | 576cb9778a43f59430fc7c0403719368a08b5889 (patch) | |
tree | 5d271f756b54a35bdb4959dcb3012e7c0cec7295 /gradle.properties | |
parent | 3d9c9884e3e3875a2fa8ac960f5bd7dce8b77e06 (diff) | |
download | Iceberg-576cb9778a43f59430fc7c0403719368a08b5889.tar.gz Iceberg-576cb9778a43f59430fc7c0403719368a08b5889.tar.bz2 Iceberg-576cb9778a43f59430fc7c0403719368a08b5889.zip |
Added new methods for entity registration without supplying a
renderfactory. Deprecated old entity registration methods. Fixed bug
in automatic sound registration that made sounds not work in
multiplayer.
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 e56ce4a..bab15c1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,6 +6,6 @@ org.gradle.daemon=false name=Iceberg group=com.anthonyhilyard.iceberg author=anthonyhilyard -version=1.0.6 +version=1.0.8 mcVersion=1.16.5 forgeVersion=36.2.2
\ No newline at end of file |