The star color of Lazendus is white in the galaxy map of AsmodeusCore. Image attached.
Varaxia opened this issue ยท 0 comments
I was searching for the issue on the GlaaxySpace discord server, and came across the following piece of code that may prove useful:
if(Loader.isModLoaded("asmodeuscore")){
BodiesData data = new BodiesData(TypeBody.STAR).setStarClass(StarClass.DWARF).setStarColor(StarColor.RED);
BodiesRegistry.registerBodyData(HERE LAZENDUS STAR, data);
}