Fix mapwriter crash when opening replay for <MC1.12 (fixes #96)
This commit is contained in:
11
src/main/resources/mixins.compat.mapwriter.replaymod.json
Normal file
11
src/main/resources/mixins.compat.mapwriter.replaymod.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"required": false,
|
||||
"package": "com.replaymod.compat.mapwriter.mixin",
|
||||
"mixins": [],
|
||||
"server": [],
|
||||
"client": [
|
||||
"MixinMinecraft"
|
||||
],
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"refmap": "mixins.replaymod.refmap.json"
|
||||
}
|
||||
Reference in New Issue
Block a user