diff options
author | nea <romangraef@gmail.com> | 2022-10-09 04:58:37 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-10-09 04:58:37 +0200 |
commit | ebffedd08c3ce32b7cd4ef6314f3f0efce7fbf51 (patch) | |
tree | a56760fa212cd20fc7719b56d10a92ac33ffc27e /src/main/resources | |
parent | 4d73331a449f0b0647066f7dde0628730fe0e178 (diff) | |
download | firmament-ebffedd08c3ce32b7cd4ef6314f3f0efce7fbf51.tar.gz firmament-ebffedd08c3ce32b7cd4ef6314f3f0efce7fbf51.tar.bz2 firmament-ebffedd08c3ce32b7cd4ef6314f3f0efce7fbf51.zip |
stuff
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/notenoughupdates.mixins.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/notenoughupdates.mixins.json b/src/main/resources/notenoughupdates.mixins.json index 2eb67db..52d30a7 100644 --- a/src/main/resources/notenoughupdates.mixins.json +++ b/src/main/resources/notenoughupdates.mixins.json @@ -3,6 +3,7 @@ "package": "moe.nea.notenoughupdates.mixins", "compatibilityLevel": "JAVA_16", "client": [ + "MixinClientPlayNetworkHandler", "MixinMessageHandler", "MixinMinecraft", "MixinWorldRenderer" |