Moved "ExampleMixin" to "Mixins": [], as that's more generally applicable. Added empty "server" : [] to show all three options.
This commit is contained in:
parent
19fa3a76bc
commit
cfc58a6087
@ -4,9 +4,11 @@
|
||||
"package": "net.fabricmc.example.mixin",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"mixins": [
|
||||
"ExampleMixin"
|
||||
],
|
||||
"client": [
|
||||
"ExampleMixin"
|
||||
],
|
||||
"server": [
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
Loading…
Reference in New Issue
Block a user