Config updater for 2.0

+ config fixes & fix for unlabeled
This commit is contained in:
Sn0wStorm
2019-12-01 23:50:56 +01:00
parent c6ea0cd493
commit 4f0b56e2dc
19 changed files with 845 additions and 302 deletions
@@ -9,6 +9,7 @@ import org.jetbrains.annotations.NotNull;
/**
* The Brewery Config was reloaded.
* <p>The Recipes added by a Plugin to the Added Recipes will not be reloaded and stay where they are.
*/
public class ConfigLoadEvent extends Event {
private static final HandlerList handlers = new HandlerList();