From 7883b0914a9374a3a73d8c1854254a61cc7e1863 Mon Sep 17 00:00:00 2001 From: nossr50 Date: Sat, 16 Nov 2024 16:23:11 -0800 Subject: [PATCH 1/3] 2.2.028 --- Changelog.txt | 3 ++- pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index 2e0faee347..1a619ee473 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,6 +1,7 @@ Version 2.2.028 - Fixed a bug where you had to wait to summon another COTW summon if one or more of them had died or otherwise expired before their time limit Fixed stack overflow during ChunkUnloadEvent + Fixed a bug where you had to wait to summon another COTW summon if one or more of them had died or otherwise expired before their time limit + McMMOItemSpawnEvent#setItemStack being ignored (thanks galacticwarrior9) (API) Added McMMOPlayerMasterAnglerEvent (thanks bobcat4848) Version 2.2.027 diff --git a/pom.xml b/pom.xml index 284d337fa2..f7598d7a05 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.gmail.nossr50.mcMMO mcMMO - 2.2.028-SNAPSHOT + 2.2.028 mcMMO https://github.com/mcMMO-Dev/mcMMO From 03514521b4c1b6d830cba1ef0b27a9251bd659d3 Mon Sep 17 00:00:00 2001 From: nossr50 Date: Mon, 18 Nov 2024 16:23:47 -0800 Subject: [PATCH 2/3] remove dangling config key --- src/main/resources/advanced.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/advanced.yml b/src/main/resources/advanced.yml index 6436e1ab7d..0d34aa670a 100644 --- a/src/main/resources/advanced.yml +++ b/src/main/resources/advanced.yml @@ -541,7 +541,6 @@ Skills: FastFoodService: # Chance: The chance for wolves to heal hp when inflicting damage Chance: 50.0 - EnvironmentallyAware: ThickFur: # Modifier: Damage will get divided by this modifier Modifier: 2.0 From 1b6b127ef4a2c40fba76237adb429640c07d7426 Mon Sep 17 00:00:00 2001 From: nossr50 Date: Mon, 18 Nov 2024 16:24:11 -0800 Subject: [PATCH 3/3] dev mode --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f7598d7a05..6246c2ae95 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.gmail.nossr50.mcMMO mcMMO - 2.2.028 + 2.2.029-SNAPSHOT mcMMO https://github.com/mcMMO-Dev/mcMMO