aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/objects/GT_MultiTexture.java
diff options
context:
space:
mode:
authorRaven Szewczyk <git@eigenraven.me>2022-08-27 10:19:57 +0100
committerGitHub <noreply@github.com>2022-08-27 11:19:57 +0200
commit6f31720697bcc351421a4d86ba3bf749375dd12c (patch)
tree3adf8f318f22c892d74cd7c9d30b6dd3f11f11bd /src/main/java/gregtech/api/objects/GT_MultiTexture.java
parentc3eac50decd33ee2be8703dfb2ecf9cdc31c2b67 (diff)
downloadGT5-Unofficial-6f31720697bcc351421a4d86ba3bf749375dd12c.tar.gz
GT5-Unofficial-6f31720697bcc351421a4d86ba3bf749375dd12c.tar.bz2
GT5-Unofficial-6f31720697bcc351421a4d86ba3bf749375dd12c.zip
Update buildscript & apply spotless (#1306)
* Update dependencies * Update buildscript, apply spotless
Diffstat (limited to 'src/main/java/gregtech/api/objects/GT_MultiTexture.java')
-rw-r--r--src/main/java/gregtech/api/objects/GT_MultiTexture.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/objects/GT_MultiTexture.java b/src/main/java/gregtech/api/objects/GT_MultiTexture.java
index 51ab7615b4..82df899135 100644
--- a/src/main/java/gregtech/api/objects/GT_MultiTexture.java
+++ b/src/main/java/gregtech/api/objects/GT_MultiTexture.java
@@ -5,7 +5,7 @@ import gregtech.api.interfaces.ITexture;
/**
* <p>Lets Multiple ITextures Render overlay over each other.<</p>
* <p>I should have done this much earlier...</p>
- * @deprecated Replaced by the {@link gregtech.api.render.TextureFactory} API.
+ * @deprecated Replaced by the {@link gregtech.api.render.TextureFactory} API.
*/
@Deprecated
public class GT_MultiTexture extends gregtech.common.render.GT_MultiTexture implements ITexture {