From a9767f5b699174d1f2ec1eefe9136bedda854f38 Mon Sep 17 00:00:00 2001 From: UselessBullets <80850784+UselessBullets@users.noreply.github.com> Date: Wed, 18 Dec 2024 22:52:49 -0600 Subject: [PATCH] Update fabric.mod.json --- src/main/resources/fabric.mod.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 94476ee..663764e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -20,16 +20,7 @@ "entrypoints": { "main": [ "turniplabs.examplemod.ExampleMod" - ], - "beforeGameStart": [ - "turniplabs.examplemod.ExampleMod" - ], - "afterGameStart": [ - "turniplabs.examplemod.ExampleMod" - ], - "recipesReady": [ - "turniplabs.examplemod.ExampleMod" - ] + ] }, "mixins": [ "examplemod.mixins.json"