Skip to content

Commit

Permalink
Fixup build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Dec 16, 2024
1 parent 3914b34 commit ec8208a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
package com.soulfiremc.generator;

import net.fabricmc.api.ModInitializer;
import net.minecraft.FileUtil;
import net.minecraft.client.multiplayer.ClientPacketListener;

public class Main implements ModInitializer {
@Override
Expand All @@ -29,7 +27,5 @@ public void onInitialize() {
// Player.class;
// AbstractClientPlayer.class;
// LocalPlayer.class;
ClientPacketListener;
FileUtil
}
}

0 comments on commit ec8208a

Please sign in to comment.