Useful Resources
Documentation
Original documentation.
- Jabelar's tutorials - ARR
- TheGreyGhost's guide - ARR
- BedrockMiner's tutorials (Archive) - ARR
- Old Forge Wiki (Archive) - CC BY-SA 3.0
Indexes
Collections of development resources similiar to this page.
- MinecraftModDevelopment/Modding-Resources
- https://gtnh.miraheze.org/wiki/Development
- https://mcdrama.net/articles/modding.html
Javadoc
- https://github.juanmuscaria.com/DocsMC/ - (1.7.10)
- https://makamys.github.io/MCJavadoc/ - (1.7.10)
- https://skmedix.github.io/ForgeJavaDocs/ - (1.7.10 ~ 1.12.2)
- https://nekoyue.github.io/ForgeJavaDocs-NG/ - (1.12.2 ~)
Tools
Mappings
- https://mcp.thiakil.com - Look up names in MCP mappings.
- https://wagyourtail.xyz/Projects/MinecraftMappingViewer/App - View various mappings.
Scripts
- zip_search.py - Can be used to search all mod jars in your mod directory for strings.
- generate_mod_launch_args.py - Generates JVM and program arguments needed to launch a mod in an IDE directly, given a jar of it.