We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf1e71 commit 502577bCopy full SHA for 502577b
src/main/java/com/falsepattern/lib/util/RenderUtil.java
@@ -89,7 +89,7 @@ public static IIcon getFullTextureIcon(String iconName, int width, int height) {
89
*
90
* @param icon The icon to clamp
91
*/
92
- @StableAPI.Expose(since = "0.10.0")
+ @StableAPI.Expose(since = "0.12.0")
93
public static IIcon wrapAsClampedIcon(IIcon icon) {
94
return new ClampedIcon(icon);
95
}
0 commit comments