mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-09-27 06:49:09 +02:00
2.2.042
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
Version 2.2.042
|
Version 2.2.042
|
||||||
mcMMO now listens to BlockDropItemEvent at LOW priority instead of HIGHEST
|
mcMMO now listens to BlockDropItemEvent at LOW priority instead of HIGHEST
|
||||||
Bonus drops from mcMMO now simply modify quantity in BlockDropItemEvent
|
Bonus drops from mcMMO now simply modify quantity in BlockDropItemEvent instead of spawning new ItemStacks.
|
||||||
Added McMMOModifyBlockDropItemEvent event, this event is called when mcMMO modifies the quantity of an ItemStack during a BlockDropItemEvent, it is modifiable and cancellable.
|
Added McMMOModifyBlockDropItemEvent event, this event is called when mcMMO modifies the quantity of an ItemStack during a BlockDropItemEvent, it is modifiable and cancellable.
|
||||||
You can now define custom sounds to be played in sounds.yml (Thank you JeBobs, see notes)
|
You can now define custom sounds to be played in sounds.yml (Thank you JeBobs, see notes)
|
||||||
Added a cap to how much Blast Mining PVP damage can do to other players
|
Added a cap to how much Blast Mining PVP damage can do to other players
|
||||||
|
2
pom.xml
2
pom.xml
@@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
||||||
<artifactId>mcMMO</artifactId>
|
<artifactId>mcMMO</artifactId>
|
||||||
<version>2.2.042-SNAPSHOT</version>
|
<version>2.2.042</version>
|
||||||
<name>mcMMO</name>
|
<name>mcMMO</name>
|
||||||
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
||||||
<scm>
|
<scm>
|
||||||
|
Reference in New Issue
Block a user