![ExtrabiomesXL](https://media.forgecdn.net/avatars/thumbnails/5/711/256/256/635351432498586927.jpg)
Crash with ExtraTiC
asiekierka opened this issue ยท 1 comments
[21:06:45] https://gist.github.com/anonymous/1cf267c480e43afa5188 <- ExtraBiomesXL's CustomDye getUnlocalizedName crashes if used on the server side
[21:06:53] specifically, it uses dyeIcons.length which is only initialized on the client
[21:07:25] a reasonable fix would be replacing it with Color.values().length
[21:07:38] I would patch it myself but EBXL's source code is outdated