Skip to content

Commit 897670a

Browse files
committed
fix: remove <1.22 dep range, restore (untested)/(non vérifié) in READMEs
1 parent c0261a8 commit 897670a

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
## Version Support
3131
| Minecraft Version | Fabric Loader | Fabric API | Status | Notes |
3232
| :---------------- | :------------ | :--------- | :----------- | :-------------------------- |
33-
| 1.21 | ≥0.16.9 | ≥0.107.0 | ✅ Supported | Community-tested |
34-
| 1.21.1 | ≥0.16.9 | ≥0.107.0 | ✅ Supported | Community-tested |
35-
| 1.21.2 | ≥0.16.9 | ≥0.107.0 | ✅ Supported | Community-tested |
36-
| 1.21.3 | ≥0.16.9 | ≥0.107.0 | ✅ Supported | Community-tested |
33+
| 1.21 | ≥0.16.9 | ≥0.107.0 | ✅ Supported | Community-tested (untested) |
34+
| 1.21.1 | ≥0.16.9 | ≥0.107.0 | ✅ Supported | Community-tested (untested) |
35+
| 1.21.2 | ≥0.16.9 | ≥0.107.0 | ✅ Supported | Community-tested (untested) |
36+
| 1.21.3 | ≥0.16.9 | ≥0.107.0 | ✅ Supported | Community-tested (untested) |
3737
| 1.21.4 | ≥0.16.10 | ≥0.117.0 |**Tested** | Fully tested & recommended |
3838
| 1.21.5+ | ≥0.16.14 | ≥0.120.0 | ⚠️ Untested | May require code updates |
3939

README_FR.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
## Support des versions
2222
| Version Minecraft | Fabric Loader | Fabric API | Statut | Remarques |
2323
| :---------------- | :------------ | :--------- | :----------- | :------------------------------------ |
24-
| 1.21 | ≥0.16.9 | ≥0.107.0 | ✅ Compatible | Testé par la communauté |
25-
| 1.21.1 | ≥0.16.9 | ≥0.107.0 | ✅ Compatible | Testé par la communauté |
26-
| 1.21.2 | ≥0.16.9 | ≥0.107.0 | ✅ Compatible | Testé par la communauté |
27-
| 1.21.3 | ≥0.16.9 | ≥0.107.0 | ✅ Compatible | Testé par la communauté |
24+
| 1.21 | ≥0.16.9 | ≥0.107.0 | ✅ Compatible | Testé par la communauté (non vérifié) |
25+
| 1.21.1 | ≥0.16.9 | ≥0.107.0 | ✅ Compatible | Testé par la communauté (non vérifié) |
26+
| 1.21.2 | ≥0.16.9 | ≥0.107.0 | ✅ Compatible | Testé par la communauté (non vérifié) |
27+
| 1.21.3 | ≥0.16.9 | ≥0.107.0 | ✅ Compatible | Testé par la communauté (non vérifié) |
2828
| 1.21.4 | ≥0.16.10 | ≥0.117.0 |**Testé** | Complètement testé & recommandé |
2929
| 1.21.5+ | ≥0.16.14 | ≥0.120.0 | ⚠️ Non testé | Peut nécessiter des mises à jour |
3030

src/gametest/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"depends": {
2727
"fabricloader": ">=0.18.5",
28-
"minecraft": ">=1.21.0 <1.22",
28+
"minecraft": ">=1.21.0",
2929
"java": ">=21",
3030
"fabric-api": "*",
3131
"fabric-language-kotlin": "*"

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"mixins": ["stackabletools.mixins.json"],
3030
"depends": {
3131
"fabricloader": ">=0.18.5",
32-
"minecraft": ">=1.21.0 <1.22",
32+
"minecraft": ">=1.21.0",
3333
"java": ">=21",
3434
"fabric-api": "*",
3535
"fabric-language-kotlin": "*"

0 commit comments

Comments
 (0)