diff options
| author | GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> | 2023-01-08 02:28:38 +0000 |
|---|---|---|
| committer | GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> | 2023-01-08 02:28:38 +0000 |
| commit | c645007ca6cf4f513ed4f968c7a53f5c40933631 (patch) | |
| tree | 557ba2b1d9f5bf5af7f542054d7ab2e70332df8e /src/main | |
| parent | a3ee46376e8ebc1a9456a4a3696912a793e1ec0b (diff) | |
| download | GT5-Unofficial-c645007ca6cf4f513ed4f968c7a53f5c40933631.tar.gz GT5-Unofficial-c645007ca6cf4f513ed4f968c7a53f5c40933631.tar.bz2 GT5-Unofficial-c645007ca6cf4f513ed4f968c7a53f5c40933631.zip | |
Make OrbitingObject static
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/java/com/github/technus/tectech/thing/block/TileEyeOfHarmony.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/github/technus/tectech/thing/block/TileEyeOfHarmony.java b/src/main/java/com/github/technus/tectech/thing/block/TileEyeOfHarmony.java index 14424805a5..9ffdd45486 100644 --- a/src/main/java/com/github/technus/tectech/thing/block/TileEyeOfHarmony.java +++ b/src/main/java/com/github/technus/tectech/thing/block/TileEyeOfHarmony.java @@ -82,7 +82,7 @@ public class TileEyeOfHarmony extends TileEntity { angle += 10.0f; } - public class OrbitingObject { + public static class OrbitingObject { public OrbitingObject(Block block, float distance, float rotationSpeed, float orbitSpeed, float xAngle, float zAngle, float scale) { this.block = block; this.distance = distance; |
