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": [