diff options
author | nea <romangraef@gmail.com> | 2022-07-29 20:51:53 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-07-29 20:51:53 +0200 |
commit | f4bf70032a45b4daa7805ca38f2d820645dc9a6b (patch) | |
tree | dc91fa8e13b78ac9a7fcda24a26894e430f7fc84 /fabric/src | |
parent | 386ee78026801bf50d9cba24de541ed087f145d6 (diff) | |
download | firmament-f4bf70032a45b4daa7805ca38f2d820645dc9a6b.tar.gz firmament-f4bf70032a45b4daa7805ca38f2d820645dc9a6b.tar.bz2 firmament-f4bf70032a45b4daa7805ca38f2d820645dc9a6b.zip |
no arch
Diffstat (limited to 'fabric/src')
-rw-r--r-- | fabric/src/main/kotlin/moe/nea/notenoughupdates/FabricMain.kt | 10 | ||||
-rw-r--r-- | fabric/src/main/resources/fabric.mod.json | 34 | ||||
-rw-r--r-- | fabric/src/main/resources/notenoughupdates.mixins.json | 12 |
3 files changed, 0 insertions, 56 deletions
diff --git a/fabric/src/main/kotlin/moe/nea/notenoughupdates/FabricMain.kt b/fabric/src/main/kotlin/moe/nea/notenoughupdates/FabricMain.kt deleted file mode 100644 index 918100b..0000000 --- a/fabric/src/main/kotlin/moe/nea/notenoughupdates/FabricMain.kt +++ /dev/null @@ -1,10 +0,0 @@ -package moe.nea.notenoughupdates - -import moe.nea.notenoughupdates.NotEnoughUpdates.init -import net.fabricmc.api.ModInitializer - -class FabricMain : ModInitializer { - override fun onInitialize() { - init() - } -} diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json deleted file mode 100644 index 3ff8349..0000000 --- a/fabric/src/main/resources/fabric.mod.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "schemaVersion": 1, - "id": "notenoughupdates", - "version": "${version}", - "name": "Not Enough Updates", - "description": "Not Enough Updates - A mod for Hypixel Skyblock", - "authors": [ - "nea89" - ], - "contact": { - "homepage": "https://github.com/romangraef/TODO", - "sources": "https://github.com/romangraef/TODO" - }, - "license": "LGPL-3.0", - "icon": "assets/notenoughupdates/icon.png", - "environment": "client", - "entrypoints": { - "main": [ - "moe.nea.notenoughupdates.FabricMain" - ], - "rei": [ - "moe.nea.notenoughupdates.rei.NEUReiPlugin" - ] - }, - "mixins": [ - "notenoughupdates.mixins.json", - "notenoughupdates-common.mixins.json" - ], - "depends": { - "fabric": "*", - "minecraft": ">=1.18.2", - "architectury": ">=4.2.50" - } -} diff --git a/fabric/src/main/resources/notenoughupdates.mixins.json b/fabric/src/main/resources/notenoughupdates.mixins.json deleted file mode 100644 index ab40cb1..0000000 --- a/fabric/src/main/resources/notenoughupdates.mixins.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "required": true, - "package": "net.examplemod.mixin.fabric", - "compatibilityLevel": "JAVA_16", - "client": [ - ], - "mixins": [ - ], - "injectors": { - "defaultRequire": 1 - } -}
\ No newline at end of file |