1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-05-16 06:14:10 +00:00

Bump Loom and vanilla-extract versions

This commit is contained in:
Jonathan Coates 2025-03-05 18:45:55 +00:00
parent 0cff73e2fc
commit b42bc0a01a
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
2 changed files with 4 additions and 2 deletions

View File

@ -61,7 +61,7 @@ cctJavadoc = "1.8.4"
checkstyle = "10.21.2" checkstyle = "10.21.2"
errorProne-core = "2.36.0" errorProne-core = "2.36.0"
errorProne-plugin = "4.1.0" errorProne-plugin = "4.1.0"
fabric-loom = "1.9.2" fabric-loom = "1.10.3"
githubRelease = "2.5.2" githubRelease = "2.5.2"
gradleVersions = "0.50.0" gradleVersions = "0.50.0"
ideaExt = "1.1.7" ideaExt = "1.1.7"
@ -74,7 +74,7 @@ shadow = "8.3.1"
spotless = "6.23.3" spotless = "6.23.3"
taskTree = "2.1.1" taskTree = "2.1.1"
teavm = "0.11.0-SQUID.1" teavm = "0.11.0-SQUID.1"
vanillaExtract = "0.2.0" vanillaExtract = "0.2.1"
versionCatalogUpdate = "0.8.1" versionCatalogUpdate = "0.8.1"
[libraries] [libraries]

View File

@ -696,6 +696,7 @@ public class TurtleAPI implements ILuaAPI {
* *
* @return Details about the currently equipped item, or {@code nil} if no upgrade is equipped. * @return Details about the currently equipped item, or {@code nil} if no upgrade is equipped.
* @see #equipLeft() * @see #equipLeft()
* @cc.since 1.116.0
*/ */
@LuaFunction(mainThread = true) @LuaFunction(mainThread = true)
public final @Nullable Map<?, ?> getEquippedLeft() { public final @Nullable Map<?, ?> getEquippedLeft() {
@ -711,6 +712,7 @@ public class TurtleAPI implements ILuaAPI {
* *
* @return Details about the currently equipped item, or {@code nil} if no upgrade is equipped. * @return Details about the currently equipped item, or {@code nil} if no upgrade is equipped.
* @see #equipRight() * @see #equipRight()
* @cc.since 1.116.0
*/ */
@LuaFunction(mainThread = true) @LuaFunction(mainThread = true)
public final @Nullable Map<?, ?> getEquippedRight() { public final @Nullable Map<?, ?> getEquippedRight() {