Add a clientside mod #114

Closed
rizet wants to merge 3 commits from 1.17 into 1.17
Showing only changes of commit 1ea96d029e - Show all commits

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