Add crossbows to enchantable items list

This commit is contained in:
nossr50 2021-04-19 12:43:21 -07:00
parent 9a4ec456ad
commit 5416d1b36e
3 changed files with 5 additions and 1 deletions

View File

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

View File

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

View File

@ -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");