Skip to content

Commit

Permalink
Bump dependencies for 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
QPCrummer committed Aug 23, 2024
1 parent ebb8309 commit 078618e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import java.nio.charset.StandardCharsets

plugins {
id 'fabric-loom' version '1.6-SNAPSHOT'
id 'fabric-loom' version '1.7-SNAPSHOT'
id 'maven-publish'
id("com.modrinth.minotaur") version "2.8.7"
}
Expand All @@ -26,9 +26,9 @@ dependencies {

// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation("net.fabricmc.fabric-api:fabric-api:${project.fabric_version}")
modImplementation include("eu.pb4:polymer-core:0.9.2+1.21")
modImplementation include("eu.pb4:polymer-core:0.9.11+1.21.1")
modImplementation include("xyz.nucleoid:server-translations-api:2.3.1+1.21-pre2")
modImplementation "maven.modrinth:lithium:mc1.21-0.12.7"
modImplementation "maven.modrinth:lithium:mc1.21.1-0.13.0"
include(implementation("com.moulberry:mixinconstraints:1.0.1"))
}

Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
org.gradle.jvmargs=-Xmx1G
minecraft_version=1.21
yarn_mappings=1.21+build.2
loader_version=0.15.11
fabric_version=0.100.3+1.21
mod_version=1.0.17
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.16.2
fabric_version=0.102.1+1.21.1
mod_version=1.0.18
maven_group=com.github.tatercertified
archives_base_name=fabricautocrafter
modrinth_id=wbqioEpc
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 078618e

Please sign in to comment.