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.
registerTicketController
1 parent f7cdf1e commit e524e84Copy full SHA for e524e84
1 file changed
src/main/java/de/srendi/advancedperipherals/common/util/ChunkManager.java
@@ -54,6 +54,7 @@ public static ChunkManager load(@NotNull CompoundTag data) {
54
return manager;
55
}
56
57
+ // Registered using the mod bus in the main class
58
public static void registerTicketController(RegisterTicketControllersEvent event) {
59
event.register(controller);
60
0 commit comments