Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Dye Registry

Blodhgarm edited this page Sep 3, 2022 · 1 revision

DyeColorant

DyeColorant is the Replacement for DyeColor with most the same methods to be a easy drop in replacement besides some methods taking a Identifier rather a Enum Index.

To Register and create a new DyeColorant, your can use various methods within DyeColorantRegistry Class and can also access the Registry there too.

Dye Storage Intefaces

DyeItemStorageand DyeBlockStorage are implemented by default on all blocks and items thru mixins with DyeBlockEntityStorage is the only interface that has yet to be implemented by default due to possible issues with Block Entity's.

This allows for internal process of getting a Block or Items Color and changing colors for such Item or block which is used in the various other modules

Clone this wiki locally