Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Feb 25, 2024
1 parent 5961764 commit 0995947
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 23 deletions.
19 changes: 8 additions & 11 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ repositories {
}
}

maven {
name = "JitPack"
url = uri("https://jitpack.io/")
}

maven {
url = uri("https://maven.ladysnake.org/releases")
content {
Expand All @@ -43,18 +38,20 @@ repositories {
}
}

maven { url = uri("https://maven.quiltmc.org/repository/release") }
maven { url = uri("https://mvn.devos.one/snapshots/") }
maven { url = uri("https://maven.saps.dev/releases/") }

maven { url = uri("https://jitpack.io") }
maven { url = uri("https://maven.fabricmc.net") } // Fabric
maven { url = uri("https://maven.quiltmc.org/repository/release") } // Quilt Mappings...
maven { url = uri("https://mvn.devos.one/snapshots") } // Create...
maven { url = uri("https://maven.saps.dev/releases") }
maven { url = uri("https://aperlambda.github.io/maven") }
maven { url = uri("https://dvs1.progwml6.com/files/maven") }
maven { url = uri("https://maven.cafeteria.dev/releases") }
maven { url = uri("https://maven.fabricmc.net") }
maven { url = uri("https://maven.gegy.dev") }
maven { url = uri("https://maven.kotlindiscord.com/repository/terraformers") }
maven { url = uri("https://maven.parchmentmc.org") }
maven { url = uri("https://maven.shedaniel.me") }
maven { url = uri("https://maven.terraformersmc.com/releases") }
maven { url = uri("https://maven.shedaniel.me") } // Cloth Config, REI
maven { url = uri("https://maven.terraformersmc.com/releases") } // Mod Menu
maven { url = uri("https://maven.tterrag.com") }
maven { url = uri("https://maven.wispforest.io") }
maven { url = uri("https://modmaven.dev") }
Expand Down
19 changes: 9 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ maven-group = "dm.earth"
archives-name = "cabricality"
modpack = "1.0-alpha.1"

# The latest versions are available at https://lambdaurora.dev/tools/import-quilt.html
minecraft = "1.20.1"
quilt-mappings = "1.20.1+build.23"
minecraft = "1.20.4"
quilt-mappings = "1.20.4+build.3"
fabric-loader = "0.15.7"

fabric-api = "0.89.3+1.20.1"
fabric-api = "0.96.3+1.20.4"

# Implemented Mods
modmenu = "8.0.0-beta.2"
cloth-config = "12.0.109"
rei = "13.0.661"
modmenu = "9.0.0"
cloth-config = "13.0.121"
rei = "14.0.688"

# - DM-Earth
create-dme = "0.5.1-d-build.10+mc1.20.1"
Expand All @@ -36,7 +35,7 @@ let = "2.0.0-mc1.20"
industrial-revolution = "1.16.5-BETA"

# - JitPack
equator = "2.6.0-mc1.20"
equator = "2.6.2-mc1.20"
rip = "1.0.0-1.20.x"

# Included
Expand Down Expand Up @@ -88,10 +87,10 @@ exp4j = { group = "net.objecthunter", name = "exp4j", version.ref = "exp4j" }
[bundles]
# Implemented Mods
mods-from-dmearth = [
"create-dme"
#"create-dme"
]
mods-from-alphamode = [
#"create",
"create",
"mantle"
]
mods-from-ftb = [
Expand Down
14 changes: 12 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@
"name": "Cabricality",
"description": "",
"authors": [
"DM Earth"
"§bDM Earth (Team)",
"Yjn024", "KrLite"
],
"contact": {
"homepage": "https://github.com/DM-Earth",
"sources": "https://github.com/DM-Earth/Cabricality"
"sources": "https://github.com/DM-Earth/Cabricality",
"issues": "https://github.com/DM-Earth/Cabricality/issues"
},

"license": "GPL-3.0",
Expand Down Expand Up @@ -55,5 +57,13 @@
"equator": ">=2.6.0"
},
"suggests": {
},

"custom": {
"modmenu": {
"links": {
"modmenu.discord": "https://discord.gg/PcfD5J7k"
}
}
}
}

0 comments on commit 0995947

Please sign in to comment.