Skip to main content
Version: 26.1.x

Other Hooks

DyeColorHooks

dev.architectury.hooks.DyeColorHooks

int rgb = DyeColorHooks.getColorValue(DyeColor.RED);

getColorValue(DyeColor) returns the dye's RGB color value, resolved consistently across loaders.

PackRepositoryHooks

dev.architectury.hooks.PackRepositoryHooks

PackRepositoryHooks.addSource(packRepository, myRepositorySource);

addSource(PackRepository, RepositorySource) registers an extra pack source into a pack repository - for example, to ship a built-in resource or data pack with your mod.