Sylv

Results 58 issues of Sylv

## Description This Pull Request ports the Fabric Rendering API, Fabric Renderer Indigo, and Fabric Model Loading API to 1.21.11. ## Changes - `QuadView`, `MutableQuadView`, and `QuadEmitter` now store atlas...

port
priority: high
area: rendering

## Summary Debug API is a hypothetical toolkit for registering and using debug subscriptions and other debug tools Mojang have created. ## Motivation Presently, Mixin is required to add your...

## Description This PR adds a simple `DebugRendererRegistry` class for registering debug renderers. This fixes #4920 ## Testing To test this mod, use the Testmod Client, then spawn a Mannequin....

## Description Users have expressed a desire for a status effect (`MobEffect`) API in order to reduce Mixin usage and simplify status effect code, especially in the case of multiple...

enhancement

## Description `ExtraModelKey` has no `equals` or `hashCode` methods meaning `HashMap` differentiates only by `==` a.k.a. instance. ## Reproduction 1. Register an Extra Model. 2. Get the model using a...

small change
priority: low
area: rendering

Using `go install` installs everything, but when I go to run the `packwiz` command, it's just not there. I restarted my shell, I tried reinstalling, but nothing worked. It's almost...