Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-03 14:50:19 +01:00
add Swift Sneak enchantment to known enchantments
Dieser Commit ist enthalten in:
Ursprung
41cd7f4574
Commit
3898e4f7e6
@ -46,7 +46,7 @@ public class GeyserEnchantOption {
|
|||||||
*/
|
*/
|
||||||
private static final List<String> ENCHANT_NAMES = Arrays.asList("tougher armor", "lukeeey", "fall better",
|
private static final List<String> ENCHANT_NAMES = Arrays.asList("tougher armor", "lukeeey", "fall better",
|
||||||
"explode less", "camo toy", "breathe better", "rtm five one six", "armor stab", "water walk", "you are elsa",
|
"explode less", "camo toy", "breathe better", "rtm five one six", "armor stab", "water walk", "you are elsa",
|
||||||
"tim two zero three", "fast walk nether", "oof ouch owie", "enemy on fire", "spider sad", "aj ferguson", "redned",
|
"tim two zero three", "fast walk nether", "davchoo", "oof ouch owie", "enemy on fire", "spider sad", "aj ferguson", "redned",
|
||||||
"more items thx", "long sword reach", "fast tool", "give me block", "less breaky break", "cube craft",
|
"more items thx", "long sword reach", "fast tool", "give me block", "less breaky break", "cube craft",
|
||||||
"strong arrow", "fist arrow", "spicy arrow", "many many arrows", "geyser", "come here fish", "i like this",
|
"strong arrow", "fist arrow", "spicy arrow", "many many arrows", "geyser", "come here fish", "i like this",
|
||||||
"stabby stab", "supreme mortal", "avatar i guess", "more arrows", "fly finder seventeen", "in and out",
|
"stabby stab", "supreme mortal", "avatar i guess", "more arrows", "fly finder seventeen", "in and out",
|
||||||
|
@ -67,7 +67,8 @@ public enum Enchantment {
|
|||||||
MULTISHOT,
|
MULTISHOT,
|
||||||
PIERCING,
|
PIERCING,
|
||||||
QUICK_CHARGE,
|
QUICK_CHARGE,
|
||||||
SOUL_SPEED;
|
SOUL_SPEED,
|
||||||
|
SWIFT_SNEAK;
|
||||||
|
|
||||||
private static final Enchantment[] VALUES = values();
|
private static final Enchantment[] VALUES = values();
|
||||||
|
|
||||||
@ -109,6 +110,7 @@ public enum Enchantment {
|
|||||||
FROST_WALKER,
|
FROST_WALKER,
|
||||||
BINDING_CURSE,
|
BINDING_CURSE,
|
||||||
SOUL_SPEED,
|
SOUL_SPEED,
|
||||||
|
SWIFT_SNEAK,
|
||||||
SHARPNESS,
|
SHARPNESS,
|
||||||
SMITE,
|
SMITE,
|
||||||
BANE_OF_ARTHROPODS,
|
BANE_OF_ARTHROPODS,
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren