Cyan

Results 19 issues of Cyan

# The Issue Currently, when a new project gallery image is added, it is added at the bottom of the list of gallery images. Some of the images I add...

feature request

**System Informatinon** - Minecraft Version: 1.17.1 - Canvas Version: 3908fac51f15f798f40c23a6b50486c00ae1d50d - Operating System: Linux Kubuntu 20.04.2 - Graphics Card: GeForce GTX 1060 6GB/PCIe/SSE2 **Other mods and versions installed** - bitraster-1.4.12...

# The Issue While working on my Modfest: Singularity booth, I decided to update my Minecraft skin to more accurately represent how I wished to be perceived by those around...

# The Issue When searching for a way to update my skin using FabricTailor, my first intuition was to search in the game's existing Skin Customization menu. This was not...

# The Issue After doing some testing with the `CHUNK_UNLOAD` event, I have not been able to find any circumstance under which it is called. Most importantly `CHUNK_UNLOAD` is not...

# This PR This PR adds support for applying transformations to multipart blocks. # Extra Features This PR has support for: * [x] Handling when one part in a container...

# The Issue Currently the `REMOVED` event is fired for all BlockState changes, not just when the MultipartBlock is removed. This means that updating a part container's properties from a...

# The Issue Currently, parts that must coordinate with each other when rotating (switching places within a block, storing relative position information, etc.) have no way of knowing when other...

# The Issue When `MultipartBlockEntity.readNbt` is called, sometimes `MultipartBlockEntity.cancelRemoval` has already been called. This is the case when a `MultipartBlockEntity` has been loaded from something like a schematic or a...

# This PR This PR removes the erroneous `hasInitializedFromRemote` check in the `NET_KEY_PART` decoder so that clients who've had their `PartContainer`s initialized via part placement can still receive `NET_KEY_PART` packets....