mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-09-18 21:45:12 +00:00
Update to Minecraft 1.11.1
This commit is contained in:
parent
55fa63e8b9
commit
506e941126
4 changed files with 7 additions and 3 deletions
2
pom.xml
2
pom.xml
|
@ -11,7 +11,7 @@
|
|||
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>bukkit</artifactId>
|
||||
<version>1.11-R0.1-SNAPSHOT</version>
|
||||
<version>1.11.1-R0.1-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Bukkit</name>
|
||||
|
|
|
@ -503,6 +503,7 @@ public enum Material {
|
|||
BOAT_DARK_OAK(448, 1),
|
||||
TOTEM(449, 1),
|
||||
SHULKER_SHELL(450),
|
||||
IRON_NUGGET(452),
|
||||
GOLD_RECORD(2256, 1),
|
||||
GREEN_RECORD(2257, 1),
|
||||
RECORD_3(2258, 1),
|
||||
|
|
|
@ -11,8 +11,6 @@ public enum Statistic {
|
|||
PLAYER_KILLS,
|
||||
FISH_CAUGHT,
|
||||
ANIMALS_BRED,
|
||||
TREASURE_FISHED,
|
||||
JUNK_FISHED,
|
||||
LEAVE_GAME,
|
||||
JUMP,
|
||||
DROP(Type.ITEM),
|
||||
|
|
|
@ -95,6 +95,11 @@ public abstract class Enchantment {
|
|||
*/
|
||||
public static final Enchantment LOOT_BONUS_MOBS = new EnchantmentWrapper(21);
|
||||
|
||||
/**
|
||||
* Increases damage against targets when using a sweep attack
|
||||
*/
|
||||
public static final Enchantment SWEEPING_EDGE = new EnchantmentWrapper(22);
|
||||
|
||||
/**
|
||||
* Increases the rate at which you mine/dig
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue