Skip to content

Commit

Permalink
Merge pull request #783 from devs-immortal/2.2.x/1.19.2/cleanup
Browse files Browse the repository at this point in the history
2.2.0 prep cleanup: Remove old gudenau dependencies
  • Loading branch information
MBatt1 committed Mar 10, 2024
2 parents b8d4df2 + 83b7f6d commit f6ad972
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 15 deletions.
13 changes: 1 addition & 12 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ val crowdinTranslateVersion: String by properties
val entityAttributesVersion: String by properties
val modmenuVersion: String by properties
val reiVersion: String by properties
val recipeConfidenceVersion: String by properties
val satinVersion: String by properties
val clothConfigVersion: String by properties

Expand Down Expand Up @@ -44,7 +43,7 @@ repositories {

maven {
name = "TerraformersMC"
url = uri("https://maven.terraformersmc.com/releases/")
url = uri("https://maven.terraformersmc.com/")
}

maven {
Expand Down Expand Up @@ -72,10 +71,6 @@ repositories {
url = uri("https://jitpack.io")
}

maven {
name = "Gudenau"
url = uri("https://maven.gudenau.net")
}
maven {
name = "Ladysnake Mods"
url = uri("https://maven.ladysnake.org/releases")
Expand Down Expand Up @@ -138,12 +133,6 @@ dependencies {
version = entityAttributesVersion,
).also(::include)

modImplementation(
group = "net.gudenau.minecraft",
name = "RecipeConfidence",
version = recipeConfidenceVersion,
).also(::include)

modImplementation(
group = "io.github.ladysnake",
name = "satin",
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ entityAttributesVersion=2.3.0
modmenuVersion=4.0.6
reiVersion=9.1.530
moreTagsVersion=3.0.5
recipeConfidenceVersion=1.0.2
satinVersion=1.8.0
clothConfigVersion=8.2.88
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {
url = uri("https://maven.fabricmc.net/")
}
maven {
name = "Jigpack"
name = "Jitpack"
url = uri("https://jitpack.io")
}
maven {
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"fabric-api-base": "*",
"fabric-registry-sync-v0": "*",
"trinkets": "*",
"gud_recipe_confidence": "*",
"satin": "*",
"cloth-config": "*"
},
Expand Down

0 comments on commit f6ad972

Please sign in to comment.