Skip to content

Commit

Permalink
Merge branch '2.1.0/1.19.2/master' into 2.1.0/1.19.2/master
Browse files Browse the repository at this point in the history
  • Loading branch information
MBatt1 authored Mar 11, 2024
2 parents 9afc40f + f6ad972 commit b3bbc1d
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 @@ -77,10 +76,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 @@ -143,12 +138,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 b3bbc1d

Please sign in to comment.