From 36f45c9ec3d63c656e87c7cdfcc08bc1ac59a806 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Sat, 9 Jul 2022 02:41:14 -0300 Subject: [Project] Chat Privacy A Minecraft mod which partially fixes Microsoft's danger to Minecraft players. --- src/main/kotlin/net/fabricmc/example/ExampleMod.kt | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/main/kotlin/net/fabricmc/example/ExampleMod.kt (limited to 'src/main/kotlin/net/fabricmc/example') 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!") -} - -- cgit 1.4.1