Skip to content

Commit abfce1b

Browse files
committed
Actions should work now
1 parent 48a6614 commit abfce1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ deps.jnr = 2.2.17
5858
deps.talk_balloons = 1.4.0
5959

6060
# https://modrinth.com/mod/modernnetworking
61-
deps.modernnetworking = 1.2.2
61+
deps.modernnetworking = 1.2.4
6262
deps.modernnetworking_mc = [VERSIONED]
6363

6464
# https://modrinth.com/mod/cloth-config

stonecutter.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinBaseExtension
77
plugins {
88
id("dev.kikugie.stonecutter")
99

10-
id("dev.architectury.loom") version "1.13.9999" apply false // TODO: using a local version of Arch Loom, switch to uploaded version when fixed
10+
id("dev.architectury.loom") version "1.13-SNAPSHOT" apply false
1111
id("architectury-plugin") version "3.4-SNAPSHOT" apply false
1212

1313
kotlin("jvm") version "2.2.21" apply false

0 commit comments

Comments
 (0)