Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Jun 16, 2024
1 parent 0dcf27b commit cad34c3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
14 changes: 11 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ dependencies {
modImplementation include("eu.pb4:sgui:1.6.0+1.21")
modImplementation include("eu.pb4:placeholder-api:2.4.0-pre.2+1.21")
modImplementation include('xyz.nucleoid:server-translations-api:2.3.1+1.21-pre2')
modImplementation include('eu.pb4:polymer-core:0.9.0+1.21-rc1')
modImplementation include('eu.pb4:polymer-resource-pack:0.9.0+1.21-rc1')
modImplementation include('eu.pb4:polymer-virtual-entity:0.9.0+1.21-rc1')
modImplementation include('eu.pb4:polymer-core:0.9.2+1.21')
modImplementation include('eu.pb4:polymer-resource-pack:0.9.2+1.21')
modImplementation include('eu.pb4:polymer-virtual-entity:0.9.2+1.21')
modImplementation include('eu.pb4:predicate-api:0.5.1+1.21')
modImplementation include("eu.pb4:common-protection-api:1.0.0")

Expand Down Expand Up @@ -156,6 +156,11 @@ curseforge {
addGameVersion((project.minecraft_version.contains("-") ? ((String) project.minecraft_version.split("-")[0] + "-Snapshot") : project.minecraft_version))
addGameVersion "Fabric"
addGameVersion "Quilt"

relations {
requiredDependency "polymer"
}

mainArtifact(remapJar)

afterEvaluate {
Expand All @@ -182,6 +187,9 @@ if (System.getenv("MODRINTH")) {
gameVersions = [((String) project.minecraft_version)]
changelog = System.getenv("CHANGELOG")
loaders = ["fabric"/*, "quilt"*/]
dependencies {
required.project "polymer"
}
}

remapJar {
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.21-rc1
yarn_mappings=1.21-rc1+build.1
minecraft_version=1.21
yarn_mappings=1.21+build.1
loader_version=0.15.11

fabric_version=0.100.1+1.21


# Mod Properties
mod_version = 3.4.0+1.21
mod_version = 3.4.1+1.21
maven_group = eu.pb4
archives_base_name = graves

Expand Down

0 comments on commit cad34c3

Please sign in to comment.