Add the clientside mod entry point

This commit is contained in:
rizet
2021-07-03 19:41:03 -04:00
committed by GitHub
parent a98ab6bf99
commit 1ea96d029e

View File

@@ -20,6 +20,9 @@
"entrypoints": { "entrypoints": {
"main": [ "main": [
"net.fabricmc.example.ExampleMod" "net.fabricmc.example.ExampleMod"
],
"client": [
"net.fabricmc.example.ExampleMod"
] ]
}, },
"mixins": [ "mixins": [