haykam821

Results 252 issues of haykam821

CommonMark [defines `**` as indicating strong emphasis](https://spec.commonmark.org/0.30/#can-open-strong-emphasis): > 5. A double ** [can open strong emphasis](https://spec.commonmark.org/0.30/#can-open-strong-emphasis) iff it is part of a [left-flanking delimiter run](https://spec.commonmark.org/0.30/#left-flanking-delimiter-run). However, Matterbridge instead uses `*`...

bug
telegram

This is likely to be a class holding redstone constants for the following reasons: - Redstone is one of the two major mechanics that could be considered large enough to...

new
release
javadoc

enhancement
snapshot

Two classes extend the `SpriteAtlasHolder` class: `PaintingManager` and `StatusEffectSpriteManager`. The former name is very unclear as it doesn't imply that the class deals with textures at all, and is inconsistent...

discussion

Droppers should be fully documented in `getDroppedStacks`, `LootContext.Builder`, and `LootContext.Dropper`.

enhancement
javadoc

I consider the `Vec3d` class the baseline for vector naming, so I will list deviations from its standards: - `Vec3f#multiplyComponentwise(FFF)` should match `Vec3d#multiply(DDD)` - `Vec3f#scale(F)` should match `Vec3d#multiply(D)` If the...

bug

The `RenderSystem.RENDER_THREAD_TESSELATOR` field and `RenderSystem.renderThreadTesselator` method both misspell 'tesselation'. While the crash report message makes this same mistake, other Yarn names, such as the `Tessellator` class, fix this typo.

bug