From cdfcb9820b86b052393182ab8b3f27be4e76ef44 Mon Sep 17 00:00:00 2001 From: Nicholas Ignoffo Date: Tue, 11 Feb 2020 20:53:49 -0800 Subject: [PATCH] Update changelog + version --- changelog.txt | 8 ++++++++ src/main/resources/META-INF/mods.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index bc449071..057a5f3c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +------------------------------------------------------ +Version 1.10.8 +------------------------------------------------------ + +- Updated to 1.15.2 +- Fixed entity health not supporting transparency +- Fixed infested block names not being hidden when "hide_infestations" is enabled + ------------------------------------------------------ Version 1.10.7 ------------------------------------------------------ diff --git a/src/main/resources/META-INF/mods.json b/src/main/resources/META-INF/mods.json index b3f9e4fe..4b4e9249 100644 --- a/src/main/resources/META-INF/mods.json +++ b/src/main/resources/META-INF/mods.json @@ -17,14 +17,14 @@ { "modId": "forge", "mandatory": true, - "versionRange": "[28.0.45,)", + "versionRange": "[30.0.0,)", "ordering": "NONE", "side": "BOTH" }, { "modId": "minecraft", "mandatory": true, - "versionRange": "[1.14.2,)", + "versionRange": "[1.15,)", "ordering": "NONE", "side": "BOTH" }