mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-06 23:22:10 -07:00
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user