Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minidigger/minimappingviewer
Mini's Mapping Viewer
https://github.com/minidigger/minimappingviewer
forge mappings mcp minecraft mojang spigot yarn
Last synced: 20 days ago
JSON representation
Mini's Mapping Viewer
- Host: GitHub
- URL: https://github.com/minidigger/minimappingviewer
- Owner: MiniDigger
- License: mit
- Created: 2020-02-08T16:12:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-03T13:01:58.000Z (about 1 month ago)
- Last Synced: 2025-01-16T14:26:04.464Z (27 days ago)
- Topics: forge, mappings, mcp, minecraft, mojang, spigot, yarn
- Language: Vue
- Homepage: https://minidigger.github.io/MiniMappingViewer
- Size: 1.51 MB
- Stars: 66
- Watchers: 3
- Forks: 5
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Mini's Mapping Viewer
This is a viewer for the official mappings for minecraft.
By the use of modern technology, this is way more performance than opening the mapping files in your browser or in an editor.It also lets you compare mojang to spigot mappings and reverse (see the screenshots)
You can check it out here: https://minidigger.github.io/MiniMappingViewer
![https://i.imgur.com/fs1RIMm.png](https://i.imgur.com/fs1RIMm.png)
![https://i.imgur.com/zvntgtA.png](https://i.imgur.com/zvntgtA.png)In the future, this will hopefully support more sets of mappings (yarn, mcp etc)
Come back later to see how this is evolving.Note: this webapp makes use of corsanywhere, hosted on a vps, to proxy requests to github, mojang and spigots stash if needed to prevent CORS errors.
## Dev Stuff
This project uses yarn and quasar. The most common commands are noted below
### Install the dependencies
```bash
yarn
```#### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```#### Lint the files
```bash
yarn run lint
```#### Build the app for production
```bash
quasar build
```## Licence
MIT