Skip to content

Commit

Permalink
Merge pull request #17 from GTNewHorizons/move-system
Browse files Browse the repository at this point in the history
Move Amun-Ra system far away from solar system
  • Loading branch information
Dream-Master authored May 27, 2023
2 parents 7a0de2b + 46087cc commit 04bcd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/katzenpapst/amunra/AmunRa.java
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ protected void initCelestialBodies() {

this.systemAmunRa = new SolarSystem("systemAmunRa", "milkyWay");
this.starRa = new Star("starRa");
this.systemAmunRa.setMainStar(this.starRa).setMapPosition(new Vector3(1.5F, -1.15F, 0.0F));
this.systemAmunRa.setMainStar(this.starRa).setMapPosition(new Vector3(3.0F, -1.5F, 0.0F));
GalaxyRegistry.registerSolarSystem(this.systemAmunRa);

this.starRa.setBodyIcon(new ResourceLocation(ASSETPREFIX, "textures/gui/celestialbodies/sun-red2.png"));
Expand Down

0 comments on commit 04bcd0d

Please sign in to comment.