Skip to content

Commit

Permalink
Merge branch 'mcMMO-Dev:master' into update
Browse files Browse the repository at this point in the history
  • Loading branch information
SrBedrock authored Dec 15, 2024
2 parents f973d17 + 6a9962a commit 51be8c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Version 2.2.029
Fixed bug where block checks at world height would throw IndexOutOfBounds exceptions
Added misc compatability for the "The Garden Awakens" Minecraft Update
Added Eyeblossom to experience.yml for Herbalism xp
Added Bonus_Drops.Herbalism.Eyeblossom to config.yml to enable double/triple drops for Eyeblossom
Added Pale_Hanging_Moss to experience.yml for Herbalism xp
Expand All @@ -15,6 +14,7 @@ Version 2.2.029
Temporarily disabled the party item share functionality until it is fixed or potentially removed (see notes)

Notes:
This update adds support for the new stuff added by the "The Garden Awakens" Minecraft Update
I noticed some issues with the party item share feature, so I've temporarily disabled it until those issues are addressed.
I'm not even sure people like or dislike this feature, I'm personally not a fan.. I'd like to hear what you guys think.

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId>
<version>2.2.029-SNAPSHOT</version>
<version>2.2.029</version>
<name>mcMMO</name>
<url>https://github.com/mcMMO-Dev/mcMMO</url>
<scm>
Expand All @@ -16,7 +16,7 @@

<properties>
<!-- <spigot.version>1.19-R0.1-SNAPSHOT</spigot.version>-->
<spigot.version>1.21.3-R0.1-SNAPSHOT</spigot.version>
<spigot.version>1.21.4-R0.1-SNAPSHOT</spigot.version>
<adventure.version>4.3.5-SNAPSHOT</adventure.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
Expand Down

0 comments on commit 51be8c6

Please sign in to comment.