Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Jul 18, 2024
1 parent b5f8518 commit 645ba40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ dependencies {
mappings(libs.yarn) { artifact { classifier = "v2" } }
modImplementation(libs.bundles.fabric)

modApi(libs.cloth.config)
modApi(libs.modmenu)
modCompileOnly(libs.bounced)

modApi(libs.night.auto.config)

modCompileOnly(libs.bounced)
}

java {
Expand Down
6 changes: 2 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ fabric-api = "0.91.1+1.20.3"
fabric-loom = "1.6-SNAPSHOT"
modpublisher = "2.1.0"

cloth-config = "13.0.121"
modmenu = "9.0.0"
bounced = "4.1.3-fabric.1.20.3"
night-auto-config = "1.0.6-fabric.1.20"
bounced = "4.1.3-fabric.1.20.3"

# id
id-modrinth = "4yIZUuyx"
Expand All @@ -31,10 +30,9 @@ yarn = { group = "net.fabricmc", name = "yarn", version.ref = "yarn" }
fabric-loader = { group = "net.fabricmc", name = "fabric-loader", version.ref = "fabric-loader" }
fabric-api = { group = "net.fabricmc.fabric-api", name = "fabric-api", version.ref = "fabric-api" }

cloth-config = { group = "me.shedaniel.cloth", name = "cloth-config-fabric", version.ref = "cloth-config" }
modmenu = { group = "com.terraformersmc", name = "modmenu", version.ref = "modmenu" }
bounced = { group = "maven.modrinth", name = "bounced", version.ref = "bounced" }
night-auto-config = { group = "com.github.KessokuTeaTime", name = "Night-Auto-Config", version.ref = "night-auto-config" }
bounced = { group = "maven.modrinth", name = "bounced", version.ref = "bounced" }

[plugins]
fabric-loom = { id = "fabric-loom", version.ref = "fabric-loom" }
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 @@ -35,7 +35,6 @@
"fabricloader": "*",
"fabric-api": "*",
"minecraft": ["~1.20.3", "~1.20.4", "~1.20.5", "~1.20.6"],
"cloth-config": "*",
"nightautoconfig": "*"
},
"suggests": {
Expand Down

0 comments on commit 645ba40

Please sign in to comment.