diff --git a/Changelog.txt b/Changelog.txt
index 0ddc94644..9b798d95c 100644
--- a/Changelog.txt
+++ b/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)
diff --git a/pom.xml b/pom.xml
index 823055971..4f4989ab2 100755
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
4.0.0
com.gmail.nossr50.mcMMO
mcMMO
- 2.1.215
+ 2.1.216-SNAPSHOT
mcMMO
https://github.com/mcMMO-Dev/mcMMO
diff --git a/src/main/resources/experience.yml b/src/main/resources/experience.yml
index cf3e4003f..f1bde0450 100644
--- a/src/main/resources/experience.yml
+++ b/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