Skip to content

Commit 613794d

Browse files
committed
Allow version usage in 1.21+
1 parent 3809ff6 commit 613794d

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

gradle.properties

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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
66
org.gradle.configuration-cache=false
77

8-
# Fabric Properties
9-
# check these on https://fabricmc.net/develop
8+
# Properties
109
minecraft_version=1.21.10
1110
loader_version=0.17.3
1211

1312
# Mod Properties
1413
mod_version=1.0-alpha.1
1514
mod_description=A config library.
1615
maven_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

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"environment": "client",
1414
"depends": {
1515
"fabricloader": "*",
16-
"minecraft": "~1.21.9"
16+
"minecraft": ">=1.21"
1717
}
1818
}

0 commit comments

Comments
 (0)