Merge branch 1.8.9-dev into 1.9.4-dev
8fad02cMerge branch 1.8-dev into 1.8.9-dev1c888aaAdd minVersion to mixin configs and bump bundled mixin version10ce71eFix mapwriter crash when opening replay for <MC1.12 (fixes #96)5fb1cf3Fix half-despawned player entities (see #93) when the entity is moved greater distancesadfe6a2Fix NPE when spectated non-player entity despawns (fixes #94)b27af27Fix player entities being half-despawned after jumping in time (fixes #93)
This commit is contained in:
12
src/main/resources/mixins.compat.mapwriter.replaymod.json
Normal file
12
src/main/resources/mixins.compat.mapwriter.replaymod.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"required": false,
|
||||
"package": "com.replaymod.compat.mapwriter.mixin",
|
||||
"mixins": [],
|
||||
"server": [],
|
||||
"client": [
|
||||
"MixinMinecraft"
|
||||
],
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"minVersion": "0.6.11",
|
||||
"refmap": "mixins.replaymod.refmap.json"
|
||||
}
|
||||
@@ -10,5 +10,6 @@
|
||||
"MixinShadersRender"
|
||||
],
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"minVersion": "0.6.11",
|
||||
"refmap": "mixins.replaymod.refmap.json"
|
||||
}
|
||||
@@ -7,5 +7,6 @@
|
||||
"MixinRender"
|
||||
],
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"minVersion": "0.6.11",
|
||||
"refmap": "mixins.replaymod.refmap.json"
|
||||
}
|
||||
@@ -12,5 +12,6 @@
|
||||
"MixinWorldClient"
|
||||
],
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"minVersion": "0.6.11",
|
||||
"refmap": "mixins.replaymod.refmap.json"
|
||||
}
|
||||
@@ -12,5 +12,6 @@
|
||||
"server": [],
|
||||
"client": [],
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"minVersion": "0.6.11",
|
||||
"refmap": "mixins.replaymod.refmap.json"
|
||||
}
|
||||
@@ -16,5 +16,6 @@
|
||||
"server": [],
|
||||
"client": [],
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"minVersion": "0.6.11",
|
||||
"refmap": "mixins.replaymod.refmap.json"
|
||||
}
|
||||
Reference in New Issue
Block a user