From 5d26addf0bcbb6b6dceba691d7f53e4db2c5e6fa Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 7 Aug 2024 13:59:26 +0200 Subject: [PATCH] Release v3.12.3+fabric A minor API bug fix relating to the `@Deprecated` annotation. --- tcdcommons-3-fabric-1.20.1/gradle.properties | 2 +- .../tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java | 1 + tcdcommons-3-fabric-1.20.2/gradle.properties | 2 +- .../tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java | 1 + tcdcommons-3-fabric-1.20.4/gradle.properties | 2 +- .../tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java | 1 + tcdcommons-3-fabric-1.20.5/gradle.properties | 2 +- .../tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java | 1 + tcdcommons-3-fabric-1.21/gradle.properties | 2 +- .../tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java | 1 + 10 files changed, 10 insertions(+), 5 deletions(-) diff --git a/tcdcommons-3-fabric-1.20.1/gradle.properties b/tcdcommons-3-fabric-1.20.1/gradle.properties index 1bfc02f..8e9ca2d 100644 --- a/tcdcommons-3-fabric-1.20.1/gradle.properties +++ b/tcdcommons-3-fabric-1.20.1/gradle.properties @@ -28,7 +28,7 @@ org.gradle.jvmargs=-Xmx1G mod_name = TCD Commons API mod_description = My personal API library for my mods. It aims to improve performance by avoiding rewriting the same code, and to speed up the mod development process. mod_author = TheCSDev - mod_version = 3.12.2+fabric-1.20.1 + mod_version = 3.12.3+fabric-1.20.1 # Here you link the source code repository links: mod_contact_homepage = https://github.com/TheCSDev diff --git a/tcdcommons-3-fabric-1.20.1/src/main/java/io/github/thecsdev/tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java b/tcdcommons-3-fabric-1.20.1/src/main/java/io/github/thecsdev/tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java index 2450360..66003e1 100644 --- a/tcdcommons-3-fabric-1.20.1/src/main/java/io/github/thecsdev/tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java +++ b/tcdcommons-3-fabric-1.20.1/src/main/java/io/github/thecsdev/tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java @@ -12,4 +12,5 @@ public @Virtual class UIAutomaticSizeLayout extends UIAutomaticSize { public UIAutomaticSizeLayout(AutomaticSize automaticSize) { super(automaticSize); } + public @Virtual @Override void apply(TParentElement parent) { super.apply(parent); } } \ No newline at end of file diff --git a/tcdcommons-3-fabric-1.20.2/gradle.properties b/tcdcommons-3-fabric-1.20.2/gradle.properties index b863034..90158cc 100644 --- a/tcdcommons-3-fabric-1.20.2/gradle.properties +++ b/tcdcommons-3-fabric-1.20.2/gradle.properties @@ -28,7 +28,7 @@ org.gradle.jvmargs=-Xmx1G mod_name = TCD Commons API mod_description = My personal API library for my mods. It aims to improve performance by avoiding rewriting the same code, and to speed up the mod development process. mod_author = TheCSDev - mod_version = 3.12.2+fabric-1.20.2 + mod_version = 3.12.3+fabric-1.20.2 # Here you link the source code repository links: mod_contact_homepage = https://github.com/TheCSDev diff --git a/tcdcommons-3-fabric-1.20.2/src/main/java/io/github/thecsdev/tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java b/tcdcommons-3-fabric-1.20.2/src/main/java/io/github/thecsdev/tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java index 2450360..66003e1 100644 --- a/tcdcommons-3-fabric-1.20.2/src/main/java/io/github/thecsdev/tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java +++ b/tcdcommons-3-fabric-1.20.2/src/main/java/io/github/thecsdev/tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java @@ -12,4 +12,5 @@ public @Virtual class UIAutomaticSizeLayout extends UIAutomaticSize { public UIAutomaticSizeLayout(AutomaticSize automaticSize) { super(automaticSize); } + public @Virtual @Override void apply(TParentElement parent) { super.apply(parent); } } \ No newline at end of file diff --git a/tcdcommons-3-fabric-1.20.4/gradle.properties b/tcdcommons-3-fabric-1.20.4/gradle.properties index a519488..ac39fb3 100644 --- a/tcdcommons-3-fabric-1.20.4/gradle.properties +++ b/tcdcommons-3-fabric-1.20.4/gradle.properties @@ -28,7 +28,7 @@ org.gradle.jvmargs=-Xmx1G mod_name = TCD Commons API mod_description = My personal API library for my mods. It aims to improve performance by avoiding rewriting the same code, and to speed up the mod development process. mod_author = TheCSDev - mod_version = 3.12.2+fabric-1.20.4 + mod_version = 3.12.3+fabric-1.20.4 # Here you link the source code repository links: mod_contact_homepage = https://github.com/TheCSDev diff --git a/tcdcommons-3-fabric-1.20.4/src/main/java/io/github/thecsdev/tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java b/tcdcommons-3-fabric-1.20.4/src/main/java/io/github/thecsdev/tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java index 2450360..66003e1 100644 --- a/tcdcommons-3-fabric-1.20.4/src/main/java/io/github/thecsdev/tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java +++ b/tcdcommons-3-fabric-1.20.4/src/main/java/io/github/thecsdev/tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java @@ -12,4 +12,5 @@ public @Virtual class UIAutomaticSizeLayout extends UIAutomaticSize { public UIAutomaticSizeLayout(AutomaticSize automaticSize) { super(automaticSize); } + public @Virtual @Override void apply(TParentElement parent) { super.apply(parent); } } \ No newline at end of file diff --git a/tcdcommons-3-fabric-1.20.5/gradle.properties b/tcdcommons-3-fabric-1.20.5/gradle.properties index cb6800c..addd733 100644 --- a/tcdcommons-3-fabric-1.20.5/gradle.properties +++ b/tcdcommons-3-fabric-1.20.5/gradle.properties @@ -28,7 +28,7 @@ org.gradle.jvmargs=-Xmx1G mod_name = TCD Commons API mod_description = My personal API library for my mods. It aims to improve performance by avoiding rewriting the same code, and to speed up the mod development process. mod_author = TheCSDev - mod_version = 3.12.2+fabric-1.20.6 + mod_version = 3.12.3+fabric-1.20.6 # Here you link the source code repository links: mod_contact_homepage = https://github.com/TheCSDev diff --git a/tcdcommons-3-fabric-1.20.5/src/main/java/io/github/thecsdev/tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java b/tcdcommons-3-fabric-1.20.5/src/main/java/io/github/thecsdev/tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java index 2450360..66003e1 100644 --- a/tcdcommons-3-fabric-1.20.5/src/main/java/io/github/thecsdev/tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java +++ b/tcdcommons-3-fabric-1.20.5/src/main/java/io/github/thecsdev/tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java @@ -12,4 +12,5 @@ public @Virtual class UIAutomaticSizeLayout extends UIAutomaticSize { public UIAutomaticSizeLayout(AutomaticSize automaticSize) { super(automaticSize); } + public @Virtual @Override void apply(TParentElement parent) { super.apply(parent); } } \ No newline at end of file diff --git a/tcdcommons-3-fabric-1.21/gradle.properties b/tcdcommons-3-fabric-1.21/gradle.properties index 9a368a2..2d933a1 100644 --- a/tcdcommons-3-fabric-1.21/gradle.properties +++ b/tcdcommons-3-fabric-1.21/gradle.properties @@ -28,7 +28,7 @@ org.gradle.jvmargs=-Xmx1G mod_name = TCD Commons API mod_description = My personal API library for my mods. It aims to improve performance by avoiding rewriting the same code, and to speed up the mod development process. mod_author = TheCSDev - mod_version = 3.12.2+fabric-1.21 + mod_version = 3.12.3+fabric-1.21 # Here you link the source code repository links: mod_contact_homepage = https://github.com/TheCSDev diff --git a/tcdcommons-3-fabric-1.21/src/main/java/io/github/thecsdev/tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java b/tcdcommons-3-fabric-1.21/src/main/java/io/github/thecsdev/tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java index 2450360..66003e1 100644 --- a/tcdcommons-3-fabric-1.21/src/main/java/io/github/thecsdev/tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java +++ b/tcdcommons-3-fabric-1.21/src/main/java/io/github/thecsdev/tcdcommons/api/client/gui/layout/UIAutomaticSizeLayout.java @@ -12,4 +12,5 @@ public @Virtual class UIAutomaticSizeLayout extends UIAutomaticSize { public UIAutomaticSizeLayout(AutomaticSize automaticSize) { super(automaticSize); } + public @Virtual @Override void apply(TParentElement parent) { super.apply(parent); } } \ No newline at end of file