SteveKunG / MorePlanets

An add-on adds new exotic planets into Galacticraft!
https://www.curseforge.com/minecraft/mc-mods/galacticraft-add-on-more-planets
MIT License
25 stars 23 forks source link

The star color of Lazendus is white in the galaxy map of AsmodeusCore. Image attached. #176

Open Varaxia opened 3 months ago

Varaxia commented 3 months ago

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);
}

image