Quellcode durchsuchen

Merge branch 'master' of https://gmcferrin@github.com/TheYeti/mcMMO.git

gmcferrin vor 13 Jahren
Ursprung
Commit
68da48e19f
2 geänderte Dateien mit 8 neuen und 1 gelöschten Zeilen
  1. 1 1
      .gitignore
  2. 7 0
      Changelog.txt

+ 1 - 1
.gitignore

@@ -1,4 +1,4 @@
-
+/bin
 /.project
 /.classpath
 /target

+ 7 - 0
Changelog.txt

@@ -11,6 +11,13 @@ Version 1.2.09-dev
  - New custom event for developers McMMOItemSpawnEvent
  - Changed LoadProperties from the old Configuration to FileConfiguration
  - Removed aliasing from config.yml
+ - Fixed mining procs from Super Break & Silk Touch
+ - Unused smelt property removed
+ - Minor optimizations
+ - Fix for setting properly block damage values
+ - Initial skill level capping added
+ - Initial command alias framework added
+ 
 
 Version 1.2.08
  - Changed Bukkit events to new event system