Skip to content

Commit 4aefb9e

Browse files
Update README.md
1 parent 9f898a7 commit 4aefb9e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Mod Remapping API
22

3-
Remaps non fabric mods made for a different environment (by default obfuscated) to the current runtime one.\
3+
Remaps non-Fabric mods made for a different environment (by default obfuscated) to the current runtime one.\
44
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
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
1010
- After remap action
1111
- Changing source namespace and mappings of mods to remap
1212

@@ -15,14 +15,14 @@ This mod jar-in-jars:
1515
- [WFVAIO (What Fabric Variant Am I On)](https://github.com/thecatcore/WFVAIO) 1.1.0
1616
- [Legacy Fabric Logger API](https://github.com/Legacy-Fabric/fabric/tree/main/legacy-fabric-logger-api-v1) 1.0.4
1717
- [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.
18+
- [MixinExtras](https://github.com/LlamaLad7/MixinExtras) 0.2.1 for Fabric Loader 0.14 compatibility purpose only.
1919

2020
This mod shadows and relocates for internal usage:
2121
- [mapping-io](https://github.com/FabricMC/mapping-io) 0.6.1
2222
- [tiny-remapper](https://github.com/FabricMC/tiny-remapper) 0.10.2
23-
- [gson]() 2.2.4
23+
- [gson](https://github.com/google/gson) 2.2.4
2424

25-
This mod doesn't depend on a specific minecraft version and should work on any version fabric loader can launch.
25+
This mod doesn't depend on a specific Minecraft version and should work on any version that Fabric Loader can launch.
2626

2727
[Discord Server](https://discord.gg/dy4tgDAmeR)
2828

0 commit comments

Comments
 (0)