From e2cb09d096b6271be08ec677b53a199c6c46a629 Mon Sep 17 00:00:00 2001 From: LlmDl Date: Fri, 23 Feb 2024 14:38:43 -0600 Subject: [PATCH] - Bump com.github.seeseemelk:MockBukkit-v1.20 from 3.72.0 to 3.74.0. - Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.0. - Futureproof falling block checking, courtesy of Warrior with PR #7273. - Add list metadata type, courtesy of Warrior with PR #7274. - Remove locale message on first join, courtesy of Warrior with PR #7276. - Skip copying light data for our chunk snapshots, courtesy of Warrior with PR #7281. --- Towny/src/main/resources/ChangeLog.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Towny/src/main/resources/ChangeLog.txt b/Towny/src/main/resources/ChangeLog.txt index bf5ffbcf81..ed3e8827db 100644 --- a/Towny/src/main/resources/ChangeLog.txt +++ b/Towny/src/main/resources/ChangeLog.txt @@ -9551,4 +9551,10 @@ v0.92.0.11: - Reorganize test directory layout, courtesy of Warrior with PR #7269. 0.100.1.16: - Enabled /plot group toggle taxed command for plot groups. - - You can now properly enabled/disable plot taxes for groups of plots. \ No newline at end of file + - You can now properly enabled/disable plot taxes for groups of plots. + - Bump com.github.seeseemelk:MockBukkit-v1.20 from 3.72.0 to 3.74.0. + - Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.0. + - Futureproof falling block checking, courtesy of Warrior with PR #7273. + - Add list metadata type, courtesy of Warrior with PR #7274. + - Remove locale message on first join, courtesy of Warrior with PR #7276. + - Skip copying light data for our chunk snapshots, courtesy of Warrior with PR #7281. \ No newline at end of file