mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-26 15:32:17 +00:00
Update build plugin versions
This commit is contained in:
parent
4344c3072f
commit
5dfc401b45
@ -58,8 +58,8 @@ jmh = "1.37"
|
|||||||
|
|
||||||
# Build tools
|
# Build tools
|
||||||
cctJavadoc = "1.8.4"
|
cctJavadoc = "1.8.4"
|
||||||
checkstyle = "10.21.4"
|
checkstyle = "10.23.1"
|
||||||
errorProne-core = "2.37.0"
|
errorProne-core = "2.38.0"
|
||||||
errorProne-plugin = "4.1.0"
|
errorProne-plugin = "4.1.0"
|
||||||
fabric-loom = "1.10.4"
|
fabric-loom = "1.10.4"
|
||||||
githubRelease = "2.5.2"
|
githubRelease = "2.5.2"
|
||||||
@ -69,7 +69,7 @@ illuaminate = "0.1.0-83-g1131f68"
|
|||||||
lwjgl = "3.3.3"
|
lwjgl = "3.3.3"
|
||||||
minotaur = "2.8.7"
|
minotaur = "2.8.7"
|
||||||
modDevGradle = "2.0.78"
|
modDevGradle = "2.0.78"
|
||||||
nullAway = "0.12.4"
|
nullAway = "0.12.7"
|
||||||
shadow = "8.3.1"
|
shadow = "8.3.1"
|
||||||
spotless = "7.0.2"
|
spotless = "7.0.2"
|
||||||
taskTree = "2.1.1"
|
taskTree = "2.1.1"
|
||||||
|
@ -66,8 +66,8 @@ public class TurtleBlockEntityRenderer implements BlockEntityRenderer<TurtleBloc
|
|||||||
var matrix = transform.last().pose();
|
var matrix = transform.last().pose();
|
||||||
var opacity = (int) (mc.options.getBackgroundOpacity(0.25f) * 255) << 24;
|
var opacity = (int) (mc.options.getBackgroundOpacity(0.25f) * 255) << 24;
|
||||||
var width = -font.width(label) / 2.0f;
|
var width = -font.width(label) / 2.0f;
|
||||||
font.drawInBatch(label, width, (float) 0, 0x20ffffff, false, matrix, buffers, Font.DisplayMode.SEE_THROUGH, opacity, lightmapCoord);
|
font.drawInBatch(label, width, 0, 0x20ffffff, false, matrix, buffers, Font.DisplayMode.SEE_THROUGH, opacity, lightmapCoord);
|
||||||
font.drawInBatch(label, width, (float) 0, 0xffffffff, false, matrix, buffers, Font.DisplayMode.NORMAL, 0, lightmapCoord);
|
font.drawInBatch(label, width, 0, 0xffffffff, false, matrix, buffers, Font.DisplayMode.NORMAL, 0, lightmapCoord);
|
||||||
|
|
||||||
transform.popPose();
|
transform.popPose();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user