port: The Copper Age (1.21.9)

Most changes were related to the MidnightLib 1.8.0 update
This commit is contained in:
Martin Prokoph
2025-10-01 19:00:00 +02:00
parent 97117ea46a
commit caee4c801a
7 changed files with 23 additions and 20 deletions

View File

@@ -21,7 +21,7 @@ public class PuzzleNeoForge {
ModList.get().getModContainerById(MOD_ID).orElseThrow().registerExtensionPoint(IConfigScreenFactory.class, (client, parent) -> new PuzzleOptionsScreen(parent));
}
@EventBusSubscriber(modid = MOD_ID, bus = EventBusSubscriber.Bus.MOD, value = Dist.CLIENT)
@EventBusSubscriber(modid = MOD_ID, value = Dist.CLIENT)
public static class MidnightLibBusEvents {
@SubscribeEvent
public static void onResourceReload(AddClientReloadListenersEvent event) {