From b42bf10b0e3be1a2d75127bfba26d94bd7a23eba Mon Sep 17 00:00:00 2001 From: MartinSVK12 <37455793+MartinSVK12@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:08:10 +0100 Subject: [PATCH] Revert "Update fabric.mod.json" This reverts commit a9767f5b699174d1f2ec1eefe9136bedda854f38. --- src/main/resources/fabric.mod.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 663764e..94476ee 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -20,7 +20,16 @@ "entrypoints": { "main": [ "turniplabs.examplemod.ExampleMod" - ] + ], + "beforeGameStart": [ + "turniplabs.examplemod.ExampleMod" + ], + "afterGameStart": [ + "turniplabs.examplemod.ExampleMod" + ], + "recipesReady": [ + "turniplabs.examplemod.ExampleMod" + ] }, "mixins": [ "examplemod.mixins.json"