summary refs log tree commit diff stats
path: root/src/main/kotlin/net/fabricmc
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2022-07-09 02:41:14 -0300
committerSoniEx2 <endermoneymod@gmail.com>2022-07-09 02:41:14 -0300
commit36f45c9ec3d63c656e87c7cdfcc08bc1ac59a806 (patch)
tree7bc1f88dcf26b080317b6e4e97c9fd9ebf5e25b7 /src/main/kotlin/net/fabricmc
parent0e752a6e215aee21dc73da097c3225495d54a5b6 (diff)
[Project] Chat Privacy
A Minecraft mod which partially fixes Microsoft's danger to Minecraft
players.
Diffstat (limited to 'src/main/kotlin/net/fabricmc')
-rw-r--r--src/main/kotlin/net/fabricmc/example/ExampleMod.kt13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/main/kotlin/net/fabricmc/example/ExampleMod.kt b/src/main/kotlin/net/fabricmc/example/ExampleMod.kt
deleted file mode 100644
index f011df7..0000000
--- a/src/main/kotlin/net/fabricmc/example/ExampleMod.kt
+++ /dev/null
@@ -1,13 +0,0 @@
-package net.fabricmc.example
-
-// For support join https://discord.gg/v6v4pMv
-
-@Suppress("unused")
-fun init() {
-    // This code runs as soon as Minecraft is in a mod-load-ready state.
-    // However, some things (like resources) may still be uninitialized.
-    // Proceed with mild caution.
-
-    println("Hello Fabric world!")
-}
-