aboutsummaryrefslogtreecommitdiff
path: root/common/src/main/resources/notenoughupdates-common.mixins.json
diff options
context:
space:
mode:
authornea <romangraef@gmail.com>2022-07-12 14:20:22 +0200
committernea <romangraef@gmail.com>2022-07-12 14:20:22 +0200
commit372eec27e5e0c8ef796ed9e6bcdc68a10df84718 (patch)
tree425ab1a282196a68819da297c670e9170a8c514a /common/src/main/resources/notenoughupdates-common.mixins.json
downloadFirmament-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.json13
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