소스 검색

Added Sculk blocks to Mining

nossr50 2 년 전
부모
커밋
25d558a5fa
3개의 변경된 파일11개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 0
      Changelog.txt
  2. 1 1
      pom.xml
  3. 5 0
      src/main/resources/experience.yml

+ 5 - 0
Changelog.txt

@@ -1,3 +1,8 @@
+Version 2.1.216
+    Added Sculk_* blocks to Mining XP
+
+    NOTES:
+    The Sculk blocks don't quite fit perfectly as mining-related, especially since hoes are the fastest tool to use for them. Let me know what you think.
 Version 2.1.215
     Unarmed bonuses apply to players who hurt an entity with empty fists in the last 60 seconds, these bonuses do not get applied if you are using another mcMMO tool/weapon/trident/etc (see notes)
     Fixed Coal Blocks and potentially other fuel sources not showing burning animation to players (see notes)

+ 1 - 1
pom.xml

@@ -2,7 +2,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.gmail.nossr50.mcMMO</groupId>
     <artifactId>mcMMO</artifactId>
-    <version>2.1.215</version>
+    <version>2.1.216-SNAPSHOT</version>
     <name>mcMMO</name>
     <url>https://github.com/mcMMO-Dev/mcMMO</url>
     <scm>

+ 5 - 0
src/main/resources/experience.yml

@@ -402,6 +402,11 @@ Experience_Values:
         Lily_Of_The_Valley: 150
         Wither_Rose: 500
     Mining:
+        Sculk: 4
+        Sculk_Vein: 3
+        Sculk_Sensor: 6
+        Sculk_Catalyst: 10
+        Sculk_Shrieker: 12
         Reinforced_Deepslate: 500
         Tuff: 10
         Copper_Ore: 1400