Skip to content

Commit 4f346b2

Browse files
committed
[text components] fix mc dependency lower bound
1 parent 8748eb7 commit 4f346b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
min_mc_version = a0.1.0
22
max_mc_version = 1.14.4
3-
minecraft_dependency = >=1.0.0-alpha.1.0 <=1.14.4
3+
minecraft_dependency = >=1.0.0-alpha.0.1 <=1.14.4
44

55
minecraft_version = 1.14.4

libraries/text-components/text-components-mca0.1.0-mc1.14.4/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"depends": {
1010
"fabricloader": "\u003e\u003d0.18.0",
11-
"minecraft": "\u003e\u003d1.0.0-alpha.1.0 \u003c\u003d1.14.4",
11+
"minecraft": "\u003e\u003d1.0.0-alpha.0.1 \u003c\u003d1.14.4",
1212
"osl-core": "\u003e\u003d0.7.0"
1313
},
1414
"name": "OSL Text Components",

0 commit comments

Comments
 (0)