diff options
| author | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-21 17:30:25 +0000 |
|---|---|---|
| committer | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-21 17:30:25 +0000 |
| commit | e842b9e82f76bb016ea6a099a5d40a2bb5977b22 (patch) | |
| tree | ea27fa9ce9dcf48242f5abd281d426bd790da8ba /src/main/java/world | |
Initial commit
Diffstat (limited to 'src/main/java/world')
| -rw-r--r-- | src/main/java/world/anhgelus/molehunt/Molehunt.java | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/java/world/anhgelus/molehunt/Molehunt.java b/src/main/java/world/anhgelus/molehunt/Molehunt.java new file mode 100644 index 0000000..5886734 --- /dev/null +++ b/src/main/java/world/anhgelus/molehunt/Molehunt.java @@ -0,0 +1,10 @@ +package world.anhgelus.molehunt; + +import net.fabricmc.api.ModInitializer; + +public class Molehunt implements ModInitializer { + + @Override + public void onInitialize() { + } +} |
