Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.01 KB

File metadata and controls

28 lines (17 loc) · 1.01 KB

A fork of mcsrc which uses Yarn rather than Mojang's mappings.

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 update-yarn (if using Minecraft versions after 1.21.11)
  • npm run dev

Credits

Libraries and tools used:

./src/ui/intellij-icons/ includes icons from IntelliJ Platform, Licensed Apache 2.0.