Fix Alc Lore not updating properly #328

This commit is contained in:
Sn0wStorm 2020-10-29 17:02:53 +01:00
parent 5cc7116aee
commit eeb9be74f9

View File

@ -520,10 +520,10 @@ public class BrewLore {
STARS("§s"),
INGR("§v"),
COOK("§w"),
DISTILL("§x"),
DISTILL("§p"),
AGE("§y"),
WOOD("§z"),
ALC("§k");
ALC("§q");
public final String id;