-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change modid because tech told me to :waaGONE:, deprecate 1.19
- Loading branch information
Showing
455 changed files
with
2,080 additions
and
2,092 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- make space stations use different dimensions per planet orbit | ||
- remove "orbit" button from planet selection screen, it did nothing | ||
- | ||
- change modid because I was told to (sorry) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# gcys | ||
Gregicality Space | ||
# gcyr | ||
Gregicality Rocketry | ||
|
||
Adds Space content to GregTech in an advanced rocketry-like manner. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
.../api/capability/GcysCapabilityHelper.java → .../api/capability/GCyRCapabilityHelper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ter/gcys/api/capability/IDysonSystem.java → ...ter/gcyr/api/capability/IDysonSystem.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tter/gcys/api/capability/IGpsTracked.java → ...tter/gcyr/api/capability/IGpsTracked.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...gcys/api/capability/ISatelliteHolder.java → ...gcyr/api/capability/ISatelliteHolder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...s/api/capability/ISpaceStationHolder.java → ...r/api/capability/ISpaceStationHolder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
.../gcys/api/gui/widget/GcysGuiTextures.java → .../gcyr/api/gui/widget/GCyRGuiTextures.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
package argent_matter.gcys.api.gui.widget; | ||
package argent_matter.gcyr.api.gui.widget; | ||
|
||
import com.lowdragmc.lowdraglib.gui.texture.ResourceTexture; | ||
|
||
public class GcysGuiTextures { | ||
public class GCyRGuiTextures { | ||
|
||
public static final ResourceTexture BUTTON_LAUNCH_ROCKET = new ResourceTexture("gcys:textures/gui/widget/button_launch_rocket.png"); | ||
public static final ResourceTexture BUTTON_ENABLED = new ResourceTexture("gcys:textures/gui/widget/button_enabled.png"); | ||
public static final ResourceTexture BUTTON_LAUNCH_ROCKET = new ResourceTexture("gcyr:textures/gui/widget/button_launch_rocket.png"); | ||
public static final ResourceTexture BUTTON_ENABLED = new ResourceTexture("gcyr:textures/gui/widget/button_enabled.png"); | ||
|
||
|
||
public static final ResourceTexture PROGRESS_BAR_ROCKET = new ResourceTexture("gcys:textures/gui/progress_bar/progress_bar_rocket.png"); | ||
public static final ResourceTexture PROGRESS_BAR_ROCKET = new ResourceTexture("gcyr:textures/gui/progress_bar/progress_bar_rocket.png"); | ||
} |
12 changes: 6 additions & 6 deletions
12
...r/gcys/api/registries/GcysRegistries.java → ...r/gcyr/api/registries/GCyRRegistries.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
package argent_matter.gcys.api.registries; | ||
package argent_matter.gcyr.api.registries; | ||
|
||
import argent_matter.gcys.GCyS; | ||
import argent_matter.gcys.api.space.satellite.SatelliteType; | ||
import argent_matter.gcyr.GCyR; | ||
import argent_matter.gcyr.api.space.satellite.SatelliteType; | ||
import com.gregtechceu.gtceu.api.registry.GTRegistry; | ||
import com.gregtechceu.gtceu.api.registry.registrate.GTRegistrate; | ||
|
||
public class GcysRegistries { | ||
public static final GTRegistrate REGISTRATE = GTRegistrate.create(GCyS.MOD_ID); | ||
public class GCyRRegistries { | ||
public static final GTRegistrate REGISTRATE = GTRegistrate.create(GCyR.MOD_ID); | ||
|
||
public static final GTRegistry.RL<SatelliteType<?>> SATELLITES = new GTRegistry.RL<>(GCyS.id("satellite")); | ||
public static final GTRegistry.RL<SatelliteType<?>> SATELLITES = new GTRegistry.RL<>(GCyR.id("satellite")); | ||
} |
4 changes: 2 additions & 2 deletions
4
...ter/gcys/api/space/dyson/DysonSphere.java → ...ter/gcyr/api/space/dyson/DysonSphere.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.