Moved "ExampleMixin" to "Mixins": [], as that's more generally applicable. Added empty "server" : [] to show all three options.

pull/54/head
Will 4 years ago committed by GitHub
parent 19fa3a76bc
commit cfc58a6087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,9 +4,11 @@
"package": "net.fabricmc.example.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
"ExampleMixin"
],
"client": [
"ExampleMixin"
],
"server": [
],
"injectors": {
"defaultRequire": 1

Loading…
Cancel
Save