Skip to content

Commit 9f898a7

Browse files
committed
Improve README.md
1 parent 180061e commit 9f898a7

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

README.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,35 @@
11
# Mod Remapping API
22

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
524

625
This mod doesn't depend on a specific minecraft version and should work on any version fabric loader can launch.
726

827
[Discord Server](https://discord.gg/dy4tgDAmeR)
928

1029
### Mods depending on this API:
11-
- Fabricated Forge >=2.0
30+
- Fabricated Legacy Forge >=2.0
1231
- Apron
32+
- Fabricated Rift
1333

1434
## Credits
1535
### Most of the original code of the mod remapper

0 commit comments

Comments
 (0)