We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aade62 commit 5c64068Copy full SHA for 5c64068
src/main/java/dev/compactmods/crafting/client/ClientConfig.java
@@ -62,7 +62,7 @@ private static void generateConfig() {
62
}
63
64
@SubscribeEvent
65
- public static void onLoad(final ModConfigEvent configEvent) {
+ public static void onLoad(final ModConfigEvent.Reloading configEvent) {
66
projectorColor = extractHexColor(PROJECTOR_COLOR.get(), 0x00FF6A00);
67
projectorOffColor = extractHexColor(PROJECTOR_OFF_COLOR.get(), 0x00898989);
68
placementTime = PLACEMENT_TIME.get();
0 commit comments