aboutsummaryrefslogtreecommitdiff
path: root/src/client/java/world/anhgelus
diff options
context:
space:
mode:
authoranhgelus <anhgelus.morhtuuzh@proton.me>2024-08-21 17:30:25 +0000
committeranhgelus <anhgelus.morhtuuzh@proton.me>2024-08-21 17:30:25 +0000
commite842b9e82f76bb016ea6a099a5d40a2bb5977b22 (patch)
treeea27fa9ce9dcf48242f5abd281d426bd790da8ba /src/client/java/world/anhgelus
Initial commit
Diffstat (limited to 'src/client/java/world/anhgelus')
-rw-r--r--src/client/java/world/anhgelus/molehunt/client/MolehuntClient.java10
1 files changed, 10 insertions, 0 deletions
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() {
+ }
+}