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",
|
"package": "net.fabricmc.example.mixin",
|
||||||
"compatibilityLevel": "JAVA_8",
|
"compatibilityLevel": "JAVA_8",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
|
"ExampleMixin"
|
||||||
],
|
],
|
||||||
"client": [
|
"client": [
|
||||||
"ExampleMixin"
|
],
|
||||||
|
"server": [
|
||||||
],
|
],
|
||||||
"injectors": {
|
"injectors": {
|
||||||
"defaultRequire": 1
|
"defaultRequire": 1
|
||||||
|
Loading…
Reference in New Issue
Block a user