Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]


Expand Down