IGalaxy:
import micdoodle8.mods.galacticraft.api.world.IGalaxy;
GalacticraftRegistry (Just In @Mod Class):
import micdoodle8.mods.galacticraft.api.GalacticraftRegistry;
Victor3 (Just In Galaxy Class):
import micdoodle8.mods.galacticraft.api.vector.Vector3;
StatCollector (Just In Galaxy Class):
import net.minecraft.util.StatCollector;
To Create New Galaxy You Will Need To Create A Class For It. Galaxy Class Will Need To Implements IGalaxy.
return StatCollector.translateToLocal("galaxy.blockyway.name"); //Change "galaxy.blockyway.name".
return -1; //Change This To Whatever You Need,Note: One Number Will Make It Too Far, Another Note: PixelGalaxy Add-on Use X:1.
return -1; //Change This To Whatever You Need,Note: One Number Will Make It Too Far, Another Note: PixelGalaxy Add-on Use Y:1.
return new Vector3(256.0D / 256.0D, 256.0D / 256.0D, 50.0D / 256.0D); //If You Need You Can Change The Color, It's Red,Green,Blue.
public static final IGalaxy galaxyMilkyWay = new GCCoreGalaxyBlockyWay(); //This Is From GalacticraftCore File, So Change The Names.
GalacticraftRegistry.registerGalaxy(GalacticraftCore.galaxyMilkyWay); //This Is From GalacticraftCore File, So Change The Names.
Do you need a wiki for your Minecraft mod/gaming wiki? We'll host it for free! Contact us.