nossr50 5 달 전
부모
커밋
6a9962a2dc
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      Changelog.txt
  2. 2 2
      pom.xml

+ 1 - 1
Changelog.txt

@@ -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
@@ -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.
 

+ 2 - 2
pom.xml

@@ -2,7 +2,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>
@@ -14,7 +14,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>