File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
25
25
26
26
modImplementation " net.fabricmc.fabric-api:fabric-api:${ project.fabric_version} "
27
27
28
- modApi(" me.shedaniel.cloth:cloth-config-fabric:${ project.cloth_config_version} " ) {
28
+ modApi(" me.shedaniel.cloth:cloth-config-fabric:${ project.cloth_config_version} " ){
29
29
exclude(group : " net.fabricmc.fabric-api" )
30
30
}
31
31
modApi(" com.terraformersmc:modmenu:${ project.modmenu_version} " )
Original file line number Diff line number Diff line change 2
2
org.gradle.jvmargs =-Xmx2G
3
3
4
4
# 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
8
8
9
9
# Mod Properties
10
- mod_version =2.5 .0-1.18.0
10
+ mod_version =2.6 .0-1.18.1
11
11
maven_group =de.dafuqs.lootcrates
12
12
archives_base_name =ModularLootcrates
13
13
14
14
# 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
Original file line number Diff line number Diff line change 35
35
"minecraft" : " >=1.18.0" ,
36
36
"fabricloader" : " >=0.12.6" ,
37
37
"fabric" : " *" ,
38
- "cloth-config2" : " >=5 .0.34 "
38
+ "cloth-config2" : " >=6 .0.0 "
39
39
},
40
40
"suggests" : {
41
41
"quickshulker" : " 1.2.2-1.17"
You can’t perform that action at this time.
0 commit comments