About
This is a technical wiki for Minecraft: Java Edition, primarily focused on resource-related tutorials. The ultimate goal is to be a reliable source of information for all things Java Edition resource pack related.
Why?
Though the Minecraft Wiki currently maintains a tutorial with regards to creating a resource pack, the page is largely disorganized and leaves much to be desired. In general, the wiki markdown format is also limiting, as it does not allow for niceties that developing ones own site affords.
Furthermore, the success of the Bedrock Wiki in this format is also a source of motivation, which is an excellent resource for technical information related to Bedrock Edition resource packs and behavior packs.
Technical Information
- Written primarily in Markdown / MDX
- Built with Gatsby
- Deployed via Cloudflare Pages
- Uses the Smooth Doc theme
Running Live Locally
1git clone https://github.com/mcjava-wiki/mcjava-wiki2cd mcjava-wiki3npm install #--legacy-peer-deps4npm run develop
Note that uncommenting --legacy-peer-deps
may be required if using npm 7. Please use Visit http://localhost:8000/
to view local changes. Changes should update live as edits are made on file save.
Contributing
Contributions are also welcome. Please create a pull request here. Refer to the contributing section for a more detailed guide.