@@ -1,3 +1,6 @@
+Version 2.1.196
+ Crossbows can now be fished up with enchantments
+
Version 2.1.195
Fixed a null connection error which affected some SQL users
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId>
- <version>2.1.195</version>
+ <version>2.1.196-SNAPSHOT</version>
<name>mcMMO</name>
<url>https://github.com/mcMMO-Dev/mcMMO</url>
<scm>
@@ -424,6 +424,7 @@ public class MaterialMapStore {
enchantables.addAll(pickAxes);
enchantables.addAll(tridents);
enchantables.addAll(bows);
+ enchantables.addAll(crossbows);
enchantables.add("shears");
enchantables.add("fishing_rod");