From 1fdd9538c1c5fd09d43801b6b079db0ee48458f7 Mon Sep 17 00:00:00 2001 From: doctor4t <25477005+doctor4t@users.noreply.github.com> Date: Sun, 15 May 2022 12:47:00 +0200 Subject: [PATCH] Fix log spam --- CHANGELOG.md | 3 +++ gradle.properties | 2 +- .../java/ladysnake/illuminations/client/Illuminations.java | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaade9fc..2da0feec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Illuminations - Changelog: +### Illuminations 1.10.4 - 1.18.2 +- Fixed log spam + ### Illuminations 1.10.3 - 1.18.2 - Update to Minecraft 1.18.2 - Removed the auto-updater, auto-update greeting screen and config options relating to it diff --git a/gradle.properties b/gradle.properties index 3cb7c0d4..202c532d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ loader_version=0.13.3 fabric_version=0.47.8+1.18.2 # Mod Properties -mod_version = 1.10.3 +mod_version = 1.10.4 maven_group = io.github.ladysnake archives_base_name = illuminations diff --git a/src/main/java/ladysnake/illuminations/client/Illuminations.java b/src/main/java/ladysnake/illuminations/client/Illuminations.java index 2bbc713b..e1a9be9f 100644 --- a/src/main/java/ladysnake/illuminations/client/Illuminations.java +++ b/src/main/java/ladysnake/illuminations/client/Illuminations.java @@ -434,7 +434,6 @@ private static class PlayerCosmeticDataParser implements JsonDeserializer