Add the clientside mod entry point
This commit is contained in:
parent
a98ab6bf99
commit
1ea96d029e
@ -20,6 +20,9 @@
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"net.fabricmc.example.ExampleMod"
|
||||
],
|
||||
"client": [
|
||||
"net.fabricmc.example.ExampleMod"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
|
Loading…
Reference in New Issue
Block a user