Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
loom:using_mcp [2023/12/26 00:50] – fix migrate mappings group for mojang mappings juuzloom:using_mcp [2023/12/26 00:53] (current) – fix fabric wiki link juuz
Line 13: Line 13:
 === Using Architectury Loom to remap a MCP mapped project to yarn / mojmap === === Using Architectury Loom to remap a MCP mapped project to yarn / mojmap ===
  
-After setting up a loom environment with MCP mappings, you may migrate the code to another mappings. Read the [wiki page](https://fabricmc.net/wiki/tutorial:migratemappingsfor more help.+After setting up a loom environment with MCP mappings, you may migrate the code to another mappings. Read the [[https://fabricmc.net/wiki/tutorial:migratemappings | wiki page]] for more help.
  
 == Migrating to MojMap: == == Migrating to MojMap: ==
  
-''gradlew migrateMappings --mappings "net.minecraft:mappings:VERSION"''+''gradlew migrateMappings %%--%%mappings %%"%%net.minecraft:mappings:VERSION%%"%%''
  
 == Migrating to Yarn: (''1.16.5+build.3'' is just an example yarn build!) == == Migrating to Yarn: (''1.16.5+build.3'' is just an example yarn build!) ==
  
-''gradlew migrateMappings --mappings "1.16.5+build.3"''+''gradlew migrateMappings %%--%%mappings %%"%%1.16.5+build.3%%"%%''