Prepend mixin. to mixin config file names

This commit is contained in:
Erlend Åmdal 2018-12-16 18:37:21 +01:00
parent 8b0e73fb9a
commit 0ffba34d95
3 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"fabric": "*"
},
"mixins": {
"client": "modid.client.json",
"common": "modid.common.json"
"client": "mixins.modid.client.json",
"common": "mixins.modid.common.json"
}
}