quilt-mappings icon indicating copy to clipboard operation
quilt-mappings copied to clipboard

Quilt's Mappings for Minecraft

Results 59 quilt-mappings issues
Sort by recently updated
recently updated
newest added

The subclasses of `TimerCallback` both use `call` while `TimerCallback` itself uses `handle` ![image](https://github.com/QuiltMC/quilt-mappings/assets/52360088/28d0c3a4-88c6-48d7-898e-5881a1d874cf)

bug
good first issue
t: refactor
v: release

from [conventions.md](https://github.com/QuiltMC/quilt-mappings/blob/1.20.1/CONVENTIONS.md#packages): > Package names should always be singular to respect Java conventions.

t: refactor
s: medium

https://github.com/QuiltMC/quilt-mappings/blob/f0e8cd200778bfd59b78dceedb1f9a809e3d8613/mappings/net/minecraft/client/render/block/BlockModelRenderer.mapping#L114-L121 These method names are bad, they should be `getLight` and `getAo`

t: refactor
s: tiny

https://github.com/QuiltMC/quilt-mappings/blob/a2f9faf68e6bbbc4a1e86fa12466393e620b1e9e/mappings/net/minecraft/client/render/animation/PartAnimation.mapping#L11

t: refactor

spellcheck depends on https://github.com/ix0rai/qm-base-allowed-wordlist. if I were to delete my repo, qm builds would all fail! we should either migrate this repo to a file hosted on the website or...

t: toolchain

This means that extra entries are added in that don't contain a `named` name, which resulted into issues with tiny parsers (such as lorenz-tiny) that can't interpret those empty spaces;...

bug
t: toolchain

While using a buildscript of Quilt Mappings as main and Mojmap as backup, when starting the game for the very first time, Loader fails to appply the transform to make...

bug
help wanted
t: toolchain
discussion
critical

Since the original release of horses, we've had llamas (extends `AbstractDonkeyEntity`) and camels (extends `HorseBaseEntity`), which shows that our current names are stopping to fit. An important note here is...

bug
good first issue
t: refactor
discussion

From @Gaming32 on [Discord](https://discord.com/channels/833872081585700874/877319390901706753/1083538265346416683): > Since it's used for non-lichen as well > In Mojmap, it's called MultifaceBlock

good first issue
t: refactor
discussion