Skip to content

Commit

Permalink
Update dependencies declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Jun 9, 2022
1 parent f418744 commit 6e4eaef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,6 @@ publishing {
name = 'BuildDirLocal'
url = "$buildDir/repo"
}
maven {
name = 'GithubPackages'
url = uri('https://maven.pkg.github.com/LambdAurora/LambDynamicLights')
credentials {
username = project.findProperty('gpr.user') ?: System.getenv('USERNAME')
password = project.findProperty('gpr.key') ?: System.getenv('TOKEN')
}
}

def ldlMaven = System.getenv('LDL_MAVEN')
if (ldlMaven) {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ loader_version=0.12.12
fabric_api_version=0.55.3+1.19

# Mod Properties
mod_version = 2.1.1
mod_version = 2.1.2
maven_group = dev.lambdaurora
archives_base_name = lambdynamiclights
modrinth_id=yBW8D80W
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
],
"depends": {
"fabricloader": ">=0.12.12",
"fabric": ">=0.34.9",
"minecraft": ">=1.18.1",
"spruceui": ">=3.3.0",
"fabric": ">=0.55.3+1.19",
"minecraft": ">=1.19",
"spruceui": ">=4.0.0",
"java": ">=17"
},
"recommends": {
"modmenu": ">=2.0.0"
"modmenu": ">=4.0.0"
},
"suggests": {
"ears": "*",
Expand Down

0 comments on commit 6e4eaef

Please sign in to comment.