From 7643460e8cd61a0b2848b52a6ca2db054dffc409 Mon Sep 17 00:00:00 2001 From: foul-fortune-feline Date: Tue, 26 Oct 2021 20:01:35 -0700 Subject: [PATCH] Fixed a crash error from the update like 5 minutes ago --- 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 828fc51..154e959 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -18,7 +18,7 @@ "environment": "*", "entrypoints": { "main": [ - "com.foulfortunefeline.fancybookshelf.fancybookshelf" + "com.foulfortunefeline.fancybookshelf.FancyBookshelf" ], "client": [ "com.foulfortunefeline.fancybookshelf.client.ModClientInitializer"