aboutsummaryrefslogtreecommitdiff
path: root/fabric/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authornea <romangraef@gmail.com>2022-07-26 11:42:48 +0200
committernea <romangraef@gmail.com>2022-07-26 11:42:48 +0200
commit37218614c6d7f8a903b6532196dfa7d1e94a948f (patch)
treef3ab92298b23ac839eaa84b3af1c769adfa52fda /fabric/src/main/resources/fabric.mod.json
parent372eec27e5e0c8ef796ed9e6bcdc68a10df84718 (diff)
downloadFirmament-37218614c6d7f8a903b6532196dfa7d1e94a948f.tar.gz
Firmament-37218614c6d7f8a903b6532196dfa7d1e94a948f.tar.bz2
Firmament-37218614c6d7f8a903b6532196dfa7d1e94a948f.zip
legacy tag parsing and transformation
Diffstat (limited to 'fabric/src/main/resources/fabric.mod.json')
-rw-r--r--fabric/src/main/resources/fabric.mod.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json
index 21eaec0..3ff8349 100644
--- a/fabric/src/main/resources/fabric.mod.json
+++ b/fabric/src/main/resources/fabric.mod.json
@@ -16,7 +16,7 @@
"environment": "client",
"entrypoints": {
"main": [
- "net.examplemod.fabric.ExampleModFabric"
+ "moe.nea.notenoughupdates.FabricMain"
],
"rei": [
"moe.nea.notenoughupdates.rei.NEUReiPlugin"