mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Version bump 1.5.04
This commit is contained in:
parent
6cce3098db
commit
31b83becad
@ -7,18 +7,26 @@ Key:
|
|||||||
! Change
|
! Change
|
||||||
- Removal
|
- Removal
|
||||||
|
|
||||||
Version 1.5.04-SNAPSHOT
|
Version 1.5.05-SNAPSHOT
|
||||||
|
|
||||||
|
Version 1.5.04
|
||||||
|
+ Added option to config.yml to control mcMMO generated sound volume
|
||||||
+ Added option to config.yml to truncate existing player skill levels that exceed the skill level cap
|
+ Added option to config.yml to truncate existing player skill levels that exceed the skill level cap
|
||||||
+ Falling blocks persist mcMMO natural data
|
+ Falling blocks persist mcMMO natural data
|
||||||
= Woodcutting double drops correctly identify acacia and dark oak logs
|
= Woodcutting double drops correctly identify acacia and dark oak logs
|
||||||
= Skill Reset command now correctly identifies arguments
|
= Skill Reset command now correctly identifies arguments
|
||||||
= Hylian Treasure config options are now actually used
|
= Hylian Treasure config options are now actually used
|
||||||
= Child skills now use parent skills configured skill caps properly
|
= Child skills now use parent skills configured skill caps properly
|
||||||
|
= Auto Update config now properly works
|
||||||
|
! Item dropped from blocks now drop from the center
|
||||||
|
! Potions Config updated for 1.9
|
||||||
! Flux mining now simulates a block break event for other plugins to act upon
|
! Flux mining now simulates a block break event for other plugins to act upon
|
||||||
! Zombie Pigmen spawned from nether portals are now considered spawner mobs
|
! Zombie Pigmen spawned from nether portals are now considered spawner mobs
|
||||||
! Flux Pickaxe lore now appends to existing lore as opposed to replacing it
|
! Flux Pickaxe lore now appends to existing lore as opposed to replacing it
|
||||||
! Party chat no longer displays colors when logged in server console
|
! Party chat no longer displays colors when logged in server console
|
||||||
- Treefeller no longer lowers exp for big trees
|
- Treefeller no longer lowers exp for big trees
|
||||||
|
- No longer supports 1.8 :(
|
||||||
|
- Removed plugin metrics
|
||||||
|
|
||||||
Version 1.5.03
|
Version 1.5.03
|
||||||
= Fixed bug where absorption hearts could be attacked by allied players
|
= Fixed bug where absorption hearts could be attacked by allied 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>1.5.04-SNAPSHOT</version>
|
<version>1.5.04</version>
|
||||||
<name>mcMMO</name>
|
<name>mcMMO</name>
|
||||||
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
|
Loading…
Reference in New Issue
Block a user