From b3237fe53d4ff838984d65954772cf77588644ae Mon Sep 17 00:00:00 2001 From: nea Date: Sat, 3 Jun 2023 14:56:10 +0200 Subject: Add auto hotswap installer --- gradle/libs.versions.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gradle') diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b1187bf..d73e42c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,6 +15,7 @@ neurepoparser = "1.2.0" qolify = "1.2.2-1.19.4" citresewn = "1.1.3+1.19.4" lib39 = "1.4.2" +hotswap_agent = "1.4.2-SNAPSHOT" ncr = "Fabric-1.19.4-v2.1.1" [libraries] @@ -31,6 +32,7 @@ libgui = { module = "io.github.cottonmc:LibGui", version.ref = "libgui" } lib39_core = { module = "com.unascribed:lib39-core", version.ref = "lib39" } # Runtime: +hotswap = { module = "virtual.github.hotswapagent:hotswap-agent", version.ref = "hotswap_agent" } architectury_fabric = { module = "dev.architectury:architectury-fabric", version.ref = "architectury" } rei_fabric = { module = "me.shedaniel:RoughlyEnoughItems-fabric", version.ref = "rei" } devauth = { module = "me.djtheredstoner:DevAuth-fabric", version.ref = "devauth" } -- cgit