Changes

Part two of making the example config json more confusing
Line 62: Line 62:  
** java -jar <version> <args> <jvmArgs>
 
** java -jar <version> <args> <jvmArgs>
   −
It defines the steps:
+
A config.json can be found [https://github.com/MinecraftForge/MCPConfig/blob/master/versions/release/1.17.1/config.json here] which defines the following steps:
 
* [[Toolchain:ForgeFlower|fernflower]]
 
* [[Toolchain:ForgeFlower|fernflower]]
 
** version: net.minecraftforge:forgeflower:1.5.498.12
 
** version: net.minecraftforge:forgeflower:1.5.498.12
Line 73: Line 73:  
** version: net.minecraftforge.lex:vignette:0.2.0.10
 
** version: net.minecraftforge.lex:vignette:0.2.0.10
 
** args: --jar-in {input} --jar-out {output} --mapping-format tsrg2 --mappings {mappings} --fernflower-meta --cfg {libraries} --create-inits --fix-param-annotations
 
** args: --jar-in {input} --jar-out {output} --mapping-format tsrg2 --mappings {mappings} --fernflower-meta --cfg {libraries} --create-inits --fix-param-annotations
  −
{{Tip|An example config.json can be found [https://github.com/MinecraftForge/MCPConfig/blob/master/versions/release/1.17.1/config.json here].}}
      
More information about each of these tools can be found at the link provided, as well as what each of these arguments do. A brief description is provided.
 
More information about each of these tools can be found at the link provided, as well as what each of these arguments do. A brief description is provided.