Skip to content
/ mcsrc Public
forked from FabricMC/mcsrc

An online Minecraft source code viewer

License

Notifications You must be signed in to change notification settings

Gamer069/mcsrc

 
 

Repository files navigation

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 install
  • npm run dev

Credits

Libraries and tools used:

About

An online Minecraft source code viewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.5%
  • Java 5.5%
  • Other 1.0%