File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,12 @@ org.gradle.parallel=true
55# IntelliJ IDEA is not yet fully compatible with configuration cache, see: https://github.com/FabricMC/fabric-loom/issues/1349
66org.gradle.configuration-cache =false
77
8- # Fabric Properties
9- # check these on https://fabricmc.net/develop
8+ # Properties
109minecraft_version =1.21.10
1110loader_version =0.17.3
1211
1312# Mod Properties
1413mod_version =1.0-alpha.1
1514mod_description =A config library.
1615maven_group =org.visuals.legacy.lightconfig
17- archives_base_name =lightconfig
18-
19- # Dependencies
20- fabric_version =0.137.0+1.21.10
16+ archives_base_name =lightconfig
Original file line number Diff line number Diff line change 1313 "environment" : " client" ,
1414 "depends" : {
1515 "fabricloader" : " *" ,
16- "minecraft" : " ~ 1.21.9 "
16+ "minecraft" : " >= 1.21"
1717 }
1818}
You can’t perform that action at this time.
0 commit comments