diff options
| author | nea <romangraef@gmail.com> | 2022-07-12 14:20:22 +0200 |
|---|---|---|
| committer | nea <romangraef@gmail.com> | 2022-07-12 14:20:22 +0200 |
| commit | 372eec27e5e0c8ef796ed9e6bcdc68a10df84718 (patch) | |
| tree | 425ab1a282196a68819da297c670e9170a8c514a /common/src/main/resources/notenoughupdates-common.mixins.json | |
| download | Firmament-372eec27e5e0c8ef796ed9e6bcdc68a10df84718.tar.gz Firmament-372eec27e5e0c8ef796ed9e6bcdc68a10df84718.tar.bz2 Firmament-372eec27e5e0c8ef796ed9e6bcdc68a10df84718.zip | |
initial
Diffstat (limited to 'common/src/main/resources/notenoughupdates-common.mixins.json')
| -rw-r--r-- | common/src/main/resources/notenoughupdates-common.mixins.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/common/src/main/resources/notenoughupdates-common.mixins.json b/common/src/main/resources/notenoughupdates-common.mixins.json new file mode 100644 index 0000000..d2e39dc --- /dev/null +++ b/common/src/main/resources/notenoughupdates-common.mixins.json @@ -0,0 +1,13 @@ +{ + "required": true, + "package": "net.examplemod.mixin", + "compatibilityLevel": "JAVA_16", + "client": [ + "MixinTitleScreen" + ], + "mixins": [ + ], + "injectors": { + "defaultRequire": 1 + } +}
\ No newline at end of file |
