Skip to content

Commit

Permalink
Update to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PotatoPresident committed Jul 6, 2021
1 parent 832da21 commit 7db3ede
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@ plugins {
}

repositories {
maven {
name = "TerraformersMC"
url = "https://maven.terraformersmc.com/"
}
maven {
name = "Ladysnake Libs"
url = "https://ladysnake.jfrog.io/artifactory/mods"
}
maven { url 'https://maven.nucleoid.xyz' }
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
mavenCentral()
maven { url 'https://api.modrinth.com/maven' }
}

sourceCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -37,7 +34,9 @@ dependencies {
// You may need to force-disable transitiveness on them.
modImplementation include("eu.pb4:sgui:${project.sgui_version}")

modImplementation "dev.emi:trinkets:${project.trinkets_version}"
modImplementation "maven.modrinth:trinkets:${project.trinkets_version}"
modImplementation "io.github.onyxstudios.Cardinal-Components-API:cardinal-components-base:3.0.0"
modImplementation "io.github.onyxstudios.Cardinal-Components-API:cardinal-components-entity:3.0.0"

modImplementation "me.lucko:fabric-permissions-api:0.1-SNAPSHOT"
include "me.lucko:fabric-permissions-api:0.1-SNAPSHOT"
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.17
yarn_mappings=1.17+build.1
loader_version=0.11.3
minecraft_version=1.17.1
yarn_mappings=1.17.1+build.1
loader_version=0.11.6
# Mod Properties
mod_version=1.4.3
mod_version=1.4.4
maven_group=us.potatoboy
archives_base_name=InvView
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.34.9+1.17
fabric_version=0.36.1+1.17
trinkets_version=3.0.0
sgui_version=1.0.0-rc1-1.17
sgui_version=1.0.0-rc3-1.17.1

0 comments on commit 7db3ede

Please sign in to comment.