From 1ea96d029eac6c6497da0baf3f997e1144cad831 Mon Sep 17 00:00:00 2001 From: rizet Date: Sat, 3 Jul 2021 19:41:03 -0400 Subject: [PATCH] Add the clientside mod entry point --- src/main/resources/fabric.mod.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index a0bfabb..45722ea 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -20,6 +20,9 @@ "entrypoints": { "main": [ "net.fabricmc.example.ExampleMod" + ], + "client": [ + "net.fabricmc.example.ExampleMod" ] }, "mixins": [