From e842b9e82f76bb016ea6a099a5d40a2bb5977b22 Mon Sep 17 00:00:00 2001 From: anhgelus Date: Wed, 21 Aug 2024 17:30:25 +0000 Subject: Initial commit --- .../java/world/anhgelus/molehunt/client/MolehuntClient.java | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/client/java/world/anhgelus/molehunt/client/MolehuntClient.java (limited to 'src/client/java') diff --git a/src/client/java/world/anhgelus/molehunt/client/MolehuntClient.java b/src/client/java/world/anhgelus/molehunt/client/MolehuntClient.java new file mode 100644 index 0000000..034b80c --- /dev/null +++ b/src/client/java/world/anhgelus/molehunt/client/MolehuntClient.java @@ -0,0 +1,10 @@ +package world.anhgelus.molehunt.client; + +import net.fabricmc.api.ClientModInitializer; + +public class MolehuntClient implements ClientModInitializer { + + @Override + public void onInitializeClient() { + } +} -- cgit v1.2.3