Skip to content

Commit 8c577f9

Browse files
authored
Fix class
1 parent b2d4198 commit 8c577f9

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/resourcepack-1.20.4/workspacebase/packloader/src/main/java/net/mcreator/packloader

1 file changed

+1
-1
lines changed

src/main/resources/resourcepack-1.20.4/workspacebase/packloader/src/main/java/net/mcreator/packloader/PackLoaderMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
public PackLoaderMod(IEventBus modEventBus) {
2525
}
2626

27-
@Mod.EventBusSubscriber(bus = Mod.EventBusSubscriber.Bus.MOD, value = Dist.CLIENT) {
27+
@Mod.EventBusSubscriber(bus = Mod.EventBusSubscriber.Bus.MOD, value = Dist.CLIENT) public static class ClientModEvents {
2828
@SubscribeEvent public static void onClientSetup(FMLClientSetupEvent event) {
2929
List<String> resourcePacks = new ArrayList<>();
3030
var resourcePacksPath = FMLPaths.getOrCreateGameRelativePath(Path.of("resourcepacks"));

0 commit comments

Comments
 (0)