MiniMappingViewer icon indicating copy to clipboard operation
MiniMappingViewer copied to clipboard

Mini's Mapping Viewer

Results 25 MiniMappingViewer issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`7.13.0` -> `7.32.0`](https://renovatebot.com/diffs/npm/eslint/7.13.0/7.32.0) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [axios](https://axios-http.com) ([source](https://togithub.com/axios/axios)) | [`0.21.0` -> `0.28.0`](https://renovatebot.com/diffs/npm/axios/0.21.0/0.28.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/axios/0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Hey there, When opening the Mojang->Spigot mappings for 1.17, ``Error while loading spigot mappings: Version not found`` is thrown. However content is displayed, but I don't know how up-to-date this...

Hi, everything is spigot written in this post: https://www.spigotmc.org/threads/nms-minis-mapping-viewer-doesnt-match-the-source-code.508059/

It broke, fix pls https://discord.com/channels/289587909051416579/555462289851940864/846002552864768020

You can see two issues with it in the AxisAlignedBB.grow method: ``` AxisAlignedBB grow(DD;) (obf c) maybe wrong, return dont match | setMinZ(double) ``` It incorrectly matches it with setMinZ,...

When searching for the class "EntityItem" in the Spigot -> Mojang mappings, you get the following order of results: 1. DataConverterItemFrame 2. EntityItemFrame 3. EntityItem It makes logical sense for...

So when trying to find a class with a popular name, the search function doesn't help much. An Example would be finding the Item Class. Currently a workaround would be...

Checklist for stuff to do better in v2: * [ ] legal stuff (#9) * [ ] better search (filters? search for methods/fields?) * [ ] dark mode (quasar makes...