From 576cb9778a43f59430fc7c0403719368a08b5889 Mon Sep 17 00:00:00 2001 From: Anthony Hilyard Date: Tue, 21 Sep 2021 14:22:26 -0700 Subject: 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. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle.properties') 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 -- cgit