diff --git a/build.gradle b/build.gradle index a5adfb4..6b40e9b 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencies { modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" - modImplementation include('xyz.nucleoid:stimuli:0.4.9+1.20.2') + modImplementation include('xyz.nucleoid:stimuli:0.4.10+1.20.4') modCompileOnly "dev.gegy:player-roles-api:1.6.7" modCompileOnly "me.lucko:fabric-permissions-api:0.2-SNAPSHOT" diff --git a/gradle.properties b/gradle.properties index 0746285..d08fe96 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,12 +1,12 @@ # Done to increase the memory available to gradle. org.gradle.jvmargs=-Xmx1G -minecraft_version=1.20.2 -yarn_mappings=1.20.2+build.1 -loader_version=0.14.22 +minecraft_version=1.20.4 +yarn_mappings=1.20.4+build.3 +loader_version=0.15.2 #Dependencies -fabric_version=0.89.0+1.20.2 +fabric_version=0.91.2+1.20.4 # Mod Properties mod_version=0.3.7 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 9469343..00f58eb 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -14,7 +14,7 @@ "depends": { "fabricloader": ">=0.12", "fabric": "*", - "minecraft": ">=1.20-", + "minecraft": ">=1.20.3-", "stimuli": ">=0.4.3", "java": ">=17" }