diff --git a/build.gradle b/build.gradle index ae480bb..e0f68c2 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ dependencies { } //SGui - modImplementation include("eu.pb4:sgui:1.2.2+1.20") { exclude group: "net.fabricmc.fabric-api" } + modImplementation include("eu.pb4:sgui:1.3.0+") { exclude group: "net.fabricmc.fabric-api" } //Modified Fantasy modImplementation include('xyz.nucleoid:fantasy:0.4.11-lem-v1-1.20.1') { exclude group: "net.fabricmc.fabric-api" }