Skip to content

Commit fdc652f

Browse files
committed
2.2.042
1 parent c07b73d commit fdc652f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Version 2.2.042
22
mcMMO now listens to BlockDropItemEvent at LOW priority instead of HIGHEST
3-
Bonus drops from mcMMO now simply modify quantity in BlockDropItemEvent
3+
Bonus drops from mcMMO now simply modify quantity in BlockDropItemEvent instead of spawning new ItemStacks.
44
Added McMMOModifyBlockDropItemEvent event, this event is called when mcMMO modifies the quantity of an ItemStack during a BlockDropItemEvent, it is modifiable and cancellable.
55
You can now define custom sounds to be played in sounds.yml (Thank you JeBobs, see notes)
66
Added a cap to how much Blast Mining PVP damage can do to other players

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.gmail.nossr50.mcMMO</groupId>
44
<artifactId>mcMMO</artifactId>
5-
<version>2.2.042-SNAPSHOT</version>
5+
<version>2.2.042</version>
66
<name>mcMMO</name>
77
<url>https://github.com/mcMMO-Dev/mcMMO</url>
88
<scm>

0 commit comments

Comments
 (0)