|
1 | | -# StackableTools (Édition Kotlin) |
| 1 | +# StackableTools |
2 | 2 |
|
3 | 3 | [](https://fabricmc.net/) |
4 | 4 | [](https://github.com/yoanndev90/StackableTools/blob/master/LICENSE) |
|
22 | 22 | | **Modrinth** | [Télécharger sur Modrinth](https://modrinth.com/mod/stackabletools) | |
23 | 23 |
|
24 | 24 | ## Support des versions |
25 | | -| Version | Support (Théorique) | Support (Testé complètement) | |
| 25 | +| Version | Supporté | Supporté + Testé complètement | |
26 | 26 | | :------ | :------------------ | :--------------------------- | |
27 | 27 | | 1.20 – 1.20.6 | ✅ | ❌ | |
28 | 28 | | 1.21.0 – 1.21.3 | ✅ | ❌ | |
|
38 | 38 | - **Compatible Mending** : Fonctionne parfaitement avec Mending (Raccommodage) et Unbreaking (Solidité). |
39 | 39 | - **Insertion intelligente** : Les objets ramassés fusionnent automatiquement avec les piles existantes. |
40 | 40 |
|
41 | | -## Configuration (Développeur) |
42 | | -> [!IMPORTANT] |
43 | | -> Pour compiler le mod vous-même, vous **devez** d'abord configurer votre environnement. |
44 | | -
|
45 | | -1. Ouvrez [compile_config.json](compile_config.json) (ou copiez-le depuis [compile_config_sample.json](compile_config_sample.json)). |
46 | | -2. Mettez à jour les champs selon votre environnement local : |
47 | | - ```json |
48 | | - { |
49 | | - "output_path": "chemin/vers/votre/sortie/personnalisée", |
50 | | - "minecraft_version": "1.21.4", |
51 | | - "fabric_loader_version": "0.16.9" |
52 | | - } |
53 | | - ``` |
54 | | -3. Lancez le script de compilation : |
55 | | - ```bash |
56 | | - ./compile.sh |
57 | | - ``` |
58 | | - |
59 | 41 | ## Installation (Utilisateur) |
60 | 42 | 1. Téléchargez le dernier `.jar` depuis la page des [Releases](https://github.com/yoanndev90/StackableTools/releases). |
61 | 43 | 2. Installez **Fabric Loader** et **Fabric API**. |
62 | 44 | 3. Placez le `.jar` dans votre dossier `mods/`. |
63 | | -4. Lancez et profitez d'un inventaire plus propre ! |
64 | | - |
65 | | -> [!TIP] |
66 | | -> Nous recommandons l'utilisation de **Freesm Launcher** (un fork de Prism) pour une meilleure expérience de modding. |
67 | | - |
68 | | -## Prérequis |
69 | | -- **Java 21+** (Cible la dernière JVM stable) |
70 | | -- **Gradle 8.11+** |
71 | | -- **Fabric Loader** |
72 | | - |
73 | | -## Contribuer |
74 | | -Les contributions sont ce qui rend la communauté open source si formidable pour apprendre, s'inspirer et créer. |
75 | | -1. Forkez le projet. |
76 | | -2. Créez votre branche de fonctionnalité (`git checkout -b feature/AmazingFeature`). |
77 | | -3. Commitez vos changements (`git commit -m 'Add some AmazingFeature'`). |
78 | | -4. Pushez vers la branche (`git push origin feature/AmazingFeature`). |
79 | | -5. Ouvrez une Pull Request. |
80 | 45 |
|
81 | 46 | ## Licence |
82 | 47 | CC0 1.0 Universal. Voir [LICENSE](LICENSE) pour plus de détails. |
0 commit comments