ExtrabiomesXL

ExtrabiomesXL

3M Downloads

Crash with ExtraTiC

asiekierka opened this issue ยท 1 comments

commented

[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

commented

This is fixed in 3.15.3 and the public get is getting fixed later this week when allaryin has the time to clean and sync things back up.