diff options
Diffstat (limited to 'common/src/main/kotlin/moe/nea/notenoughupdates/NotEnoughUpdates.kt')
-rw-r--r-- | common/src/main/kotlin/moe/nea/notenoughupdates/NotEnoughUpdates.kt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/common/src/main/kotlin/moe/nea/notenoughupdates/NotEnoughUpdates.kt b/common/src/main/kotlin/moe/nea/notenoughupdates/NotEnoughUpdates.kt deleted file mode 100644 index 3526bc4..0000000 --- a/common/src/main/kotlin/moe/nea/notenoughupdates/NotEnoughUpdates.kt +++ /dev/null @@ -1,21 +0,0 @@ -package moe.nea.notenoughupdates - -import dev.architectury.registry.registries.Registries -import io.github.moulberry.repo.NEURepository -import java.nio.file.Path -import java.util.logging.Logger - -object NotEnoughUpdates { - val REGISTRIES by lazy { Registries.get(MOD_ID) } - - const val MOD_ID = "notenoughupdates" - - val neuRepo = NEURepository.of(Path.of("NotEnoughUpdates-REPO")).also { - it.reload() - } - - - fun init() { - - } -} |