From 37218614c6d7f8a903b6532196dfa7d1e94a948f Mon Sep 17 00:00:00 2001 From: nea Date: Tue, 26 Jul 2022 11:42:48 +0200 Subject: legacy tag parsing and transformation --- fabric/src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fabric/src/main/resources') 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" -- cgit