From 74d1a197eda72fd7dba7f297f01e45968df07fc6 Mon Sep 17 00:00:00 2001 From: valoeghese Date: Wed, 6 May 2020 23:05:29 +1200 Subject: [PATCH] fix entry point --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index b4234c8..d34f8f9 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -18,7 +18,7 @@ "environment": "*", "entrypoints": { - "main": [ + "init": [ "io.github.minecraftcursedlegacy.example.ExampleMod" ] },