Mcsrc
An online Minecraft source code viewer
Install / Use
/learn @FabricMC/McsrcREADME
https://mcsrc.dev/
Note: This project is not affiliated with Mojang or Microsoft in any way. It does NOT redistribute any Minecraft code or compiled bytecode. The minecraft jar is downloaded directly from Mojang's servers to your browser.
How to build locally
First you must build the java project using Gradle.
cd java./gradlew build
Then you can run the web app:
nvm use(or ensure you have the correct Node version, see.nvmrc)npm installnpm run dev
Credits
Libraries and tools used:
- Decompiler: Vineflower
- Wasm compilation of Vineflower: @run-slicer/vf
./src/ui/intellij-icons/ includes icons from IntelliJ Platform, Licensed Apache 2.0.
