diff --git a/README.adoc b/README.adoc index 411e379..6aace16 100644 --- a/README.adoc +++ b/README.adoc @@ -234,7 +234,7 @@ _These are all the papers (except 1) that was referenced ; which is useful and w == Read MC Code * https://github.com/hube12/DecompilerMC[DecompilerMC by Neil - Automated tool to grab Mojang Mappings and map the client/Server jar for Minecraft] || The Code generated will be under src folder. -* https://fabricmc.net/wiki/tutorial:setup[FrabricMC - Primarily a mod development environment, but also since you run genSources, you can view the source freely. Uses Yarn mappings] || https://www.youtube.com/watch?v=x7cPbAFv19E[Setup Video by Technovision] || The code for minecraft should be in external libraries and can be searched by pressing `LShift` twice and pressing Alt + N . Now you can search whatever you want ! +* https://fabricmc.net/wiki/tutorial:setup[FabricMC - Primarily a mod development environment, but also since you run genSources, you can view the source freely. Uses Yarn mappings] || https://www.youtube.com/watch?v=x7cPbAFv19E[Setup Video by Technovision] || The code for minecraft should be in external libraries and can be searched by pressing `LShift` twice and pressing Alt + N . Now you can search whatever you want ! * https://github.com/Hexeption/MCP-Reborn[MCP-Reborn by Hexeption - Forge Modding Environment , but also allows browsing code classes , uses own maps or allows to use Mojang Mappings. Code generated by MCP-Reborn (default) is not shareable]