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