From 09a6466ea4e50f342a8d814f60f0c39de67bfeb3 Mon Sep 17 00:00:00 2001 From: Des Herriott Date: Mon, 4 Nov 2024 10:10:39 +0000 Subject: [PATCH] build: version -> 2101.1.3, changelog updated --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca699bda..6a6aa170 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2101.1.3] + +### Changed +* Overhauled and cleaned up many icon textures + +### Fixed +* Do some extra client-side map init checks which should resolve some issues with clients switching server, using technologies like Velocity proxy + ## [2101.1.2] ### Added diff --git a/gradle.properties b/gradle.properties index 635ad193..0776511f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ readable_name=FTB Chunks maven_group=dev.ftb.mods mod_author=FTB Team -mod_version=2101.1.2 +mod_version=2101.1.3 minecraft_version=1.21.1 # Deps