Skip to content

Commit c15778d

Browse files
committed
Updated to 1.18.1. Updated dependencies
1 parent 3dda32f commit c15778d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525

2626
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
2727

28-
modApi("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}") {
28+
modApi("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}"){
2929
exclude(group: "net.fabricmc.fabric-api")
3030
}
3131
modApi("com.terraformersmc:modmenu:${project.modmenu_version}")

gradle.properties

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
org.gradle.jvmargs=-Xmx2G
33

44
# Fabric Properties
5-
minecraft_version=1.18
6-
yarn_mappings=1.18+build.1
7-
loader_version=0.12.6
5+
minecraft_version=1.18.1
6+
yarn_mappings=1.18.1+build.5
7+
loader_version=0.12.12
88

99
# Mod Properties
10-
mod_version=2.5.0-1.18.0
10+
mod_version=2.6.0-1.18.1
1111
maven_group=de.dafuqs.lootcrates
1212
archives_base_name=ModularLootcrates
1313

1414
# Dependencies
15-
fabric_version=0.43.1+1.18
16-
cloth_config_version=5.0.34
17-
modmenu_version=2.0.2
15+
fabric_version=0.44.0+1.18
16+
cloth_config_version=6.1.48
17+
modmenu_version=3.0.0

src/main/resources/fabric.mod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"minecraft": ">=1.18.0",
3636
"fabricloader": ">=0.12.6",
3737
"fabric": "*",
38-
"cloth-config2": ">=5.0.34"
38+
"cloth-config2": ">=6.0.0"
3939
},
4040
"suggests": {
4141
"quickshulker": "1.2.2-1.17"

0 commit comments

Comments
 (0)