ModLicenseRef-THE-UNLICENSE-unless-otherwise-stated
LegacyCompatibilityUtils
A Mod Compatibility Layer for 1.7.2-1.7.10 Forge and 1.8-1.8.9 Forge/LiteLoader
1.6K
Downloads
6
Followers
2 months ago
Updated
📦
23
Versions
📖About LegacyCompatibilityUtils
LegacyCompatibilityUtils
(CompatLib in short) Made most 1.7.2 Forge mods working on 1.7.10, and some 1.8 Forge and LiteLoader mods on 1.8.9.
This is done by re-add removed classes and srg methods/fields.
Exceptions:
- Coremods with
@MCVersion("x.x"). - Mods that uses obfuscated ("Notch") codes like reflection helper or ASM.
1.7.10:
- The Mod was using 1.7.2's player skin related codes.
- See diff.yml for other changes.
1.8.9:
- The Mod was using some 1.8's Forge Registry API related codes.
- See diff.yml for other changes.
1.7.10 version Requires UniMixins, and 1.8.9 Requires MixinBooter 9.4
This mod contains following libs:
A Relocated https://github.com/FabricCompatibilityLayers/CursedMixinExtensions
(See GitHub for More)
Notice
If anyone is interested at making another runtime deobf remapper or remap mixins to support some other things, feel free to open a topic in Github Discussion.
Submit an issue on GitHub if you met incompatibilities.
1.7.10 on the right and
1.8.9 Issue Here.