Add the clientside mod entry point

pull/114/head
rizet 3 years ago committed by GitHub
parent a98ab6bf99
commit 1ea96d029e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save