|
1 | 1 | # Mod Remapping API
|
2 | 2 |
|
3 |
| -Remaps non fabric mods from obfuscated code to intermediary at runtime. |
4 |
| -Provides hooks to expand the remapping process from other mods. |
| 3 | +Remaps non fabric mods made for a different environment (by default obfuscated) to the current runtime one.\ |
| 4 | +Provides hooks to expand the remapping process from other mods such as: |
| 5 | +- remapping mods from another folder than `mods` |
| 6 | +- providing additional libraries as context to improve remapping quality |
| 7 | +- providing additional mappings entry |
| 8 | +- Pre and Post asm like visitors for the remapping process |
| 9 | +- changing the package to which classes without one are automatically moved to |
| 10 | +- After remap action |
| 11 | +- Changing source namespace and mappings of mods to remap |
| 12 | + |
| 13 | +This mod jar-in-jars: |
| 14 | +- [CursedMixinExtensions](https://github.com/FabricCompatibilityLayers/CursedMixinExtensions) 1.0.0 |
| 15 | +- [WFVAIO (What Fabric Variant Am I On)](https://github.com/thecatcore/WFVAIO) 1.1.0 |
| 16 | +- [Legacy Fabric Logger API](https://github.com/Legacy-Fabric/fabric/tree/main/legacy-fabric-logger-api-v1) 1.0.4 |
| 17 | +- [SpASM](https://github.com/mineLdiver/SpASM) 0.2 |
| 18 | +- [ME (MixinExtras)](https://github.com/LlamaLad7/MixinExtras) 0.2.1 for Fabric Loader 0.14 compatibility purpose only. |
| 19 | + |
| 20 | +This mod shadows and relocates for internal usage: |
| 21 | +- [mapping-io](https://github.com/FabricMC/mapping-io) 0.6.1 |
| 22 | +- [tiny-remapper](https://github.com/FabricMC/tiny-remapper) 0.10.2 |
| 23 | +- [gson]() 2.2.4 |
5 | 24 |
|
6 | 25 | This mod doesn't depend on a specific minecraft version and should work on any version fabric loader can launch.
|
7 | 26 |
|
8 | 27 | [Discord Server](https://discord.gg/dy4tgDAmeR)
|
9 | 28 |
|
10 | 29 | ### Mods depending on this API:
|
11 |
| -- Fabricated Forge >=2.0 |
| 30 | +- Fabricated Legacy Forge >=2.0 |
12 | 31 | - Apron
|
| 32 | +- Fabricated Rift |
13 | 33 |
|
14 | 34 | ## Credits
|
15 | 35 | ### Most of the original code of the mod remapper
|
|
0 commit comments