Replace references to NEU with Firmament
This commit is contained in:
22
src/main/resources/firmament.mixins.json
Normal file
22
src/main/resources/firmament.mixins.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"required": true,
|
||||
"plugin": "moe.nea.firmament.init.MixinPlugin",
|
||||
"package": "moe.nea.firmament.mixins",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"client": [
|
||||
"MixinDownloadingTerrainScreen",
|
||||
"MixinMessageHandler",
|
||||
"MixinMinecraft",
|
||||
"MixinWorldRenderer",
|
||||
"accessor.AccessorHandledScreen",
|
||||
"devenv.DisableCommonPacketWarnings"
|
||||
],
|
||||
"mixins": [
|
||||
"MixinClientPacketHandler",
|
||||
"devenv.DisableInvalidFishingHook",
|
||||
"devenv.MixinScoreboard"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user