1
1
# Mod Remapping API
2
2
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.\
4
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
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
10
- After remap action
11
11
- Changing source namespace and mappings of mods to remap
12
12
@@ -15,14 +15,14 @@ This mod jar-in-jars:
15
15
- [ WFVAIO (What Fabric Variant Am I On)] ( https://github.com/thecatcore/WFVAIO ) 1.1.0
16
16
- [ Legacy Fabric Logger API] ( https://github.com/Legacy-Fabric/fabric/tree/main/legacy-fabric-logger-api-v1 ) 1.0.4
17
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.
18
+ - [ MixinExtras] ( https://github.com/LlamaLad7/MixinExtras ) 0.2.1 for Fabric Loader 0.14 compatibility purpose only.
19
19
20
20
This mod shadows and relocates for internal usage:
21
21
- [ mapping-io] ( https://github.com/FabricMC/mapping-io ) 0.6.1
22
22
- [ 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
24
24
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.
26
26
27
27
[ Discord Server] ( https://discord.gg/dy4tgDAmeR )
28
28
0 commit comments