Skip to content

Commit a084307

Browse files
committed
docs: replace README_FR with proper translation of English readme [skip sync]
1 parent 47fff91 commit a084307

1 file changed

Lines changed: 17 additions & 24 deletions

File tree

README_FR.md

Lines changed: 17 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
# StackableTools (Édition Kotlin)
22

33
[![Fabric API](https://img.shields.io/badge/Loader-Fabric-orange.svg?style=for-the-badge)](https://fabricmc.net/)
4-
[![Licence](https://img.shields.io/badge/License-CC0_1.0-green.svg?style=for-the-badge)](https://github.com/yoann/StackableTools/blob/master/LICENSE)
5-
[![Release GitHub](https://img.shields.io/github/v/release/yoann/StackableTools?style=for-the-badge)](https://github.com/yoann/StackableTools/releases)
4+
[![Licence](https://img.shields.io/badge/License-CC0_1.0-green.svg?style=for-the-badge)](https://github.com/yoanndev90/StackableTools/blob/master/LICENSE)
5+
[![Release GitHub](https://img.shields.io/github/v/release/YoannDev90/StackableTools?style=for-the-badge)](https://github.com/YoannDev90/StackableTools/releases)
6+
[![Téléchargements Modrinth](https://img.shields.io/modrinth/dt/KrqAq3Cj?logo=modrinth&style=for-the-badge)](https://modrinth.com/mod/stackabletools)
7+
[![Téléchargements CurseForge](https://img.shields.io/curseforge/dt/1356234?logo=curseforge&style=for-the-badge)](https://www.curseforge.com/minecraft/mc-mods/stackabletools)
8+
9+
610

711
---
812

913
- 🇬🇧 English : [README.md](README.md)
1014
- 🇫🇷 Français : ce fichier
1115

12-
**StackableTools** est un puissant mod Minecraft pour Fabric, réécrit en Kotlin, qui rend les outils empilables (stackables), révolutionnant la gestion de votre inventaire sans casser l'équilibre du jeu.
16+
**StackableTools** est un puissant mod Minecraft pour Fabric, réécrit en Kotlin, qui rend les outils empilables, révolutionnant la gestion de votre inventaire sans casser l'équilibre du jeu.
1317

1418
## Liens de téléchargement
1519
| Plateforme | Lien |
@@ -18,20 +22,19 @@
1822
| **Modrinth** | [Télécharger sur Modrinth](https://modrinth.com/mod/stackabletools) |
1923

2024
## Support des versions
21-
| Version Minecraft | Fabric Loader | Fabric API | Statut | Remarques |
22-
| :---------------- | :------------ | :--------- | :----------- | :------------------------------------ |
23-
| 1.21 | ≥0.16.9 | ≥0.107.0 | ✅ Compatible | Testé par la communauté (non vérifié) |
24-
| 1.21.1 | ≥0.16.9 | ≥0.107.0 | ✅ Compatible | Testé par la communauté (non vérifié) |
25-
| 1.21.2 | ≥0.16.9 | ≥0.107.0 | ✅ Compatible | Testé par la communauté (non vérifié) |
26-
| 1.21.3 | ≥0.16.9 | ≥0.107.0 | ✅ Compatible | Testé par la communauté (non vérifié) |
27-
| 1.21.4 | ≥0.16.10 | ≥0.117.0 |**Testé** | Complètement testé & recommandé |
28-
| 1.21.5+ | ≥0.16.14 | ≥0.120.0 | ⚠️ Non testé | Peut nécessiter des mises à jour |
25+
| Version | Support (Théorique) | Support (Testé complètement) |
26+
| :------ | :------------------ | :--------------------------- |
27+
| 1.20 – 1.20.6 |||
28+
| 1.21.0 – 1.21.3 |||
29+
| 1.21.4 |||
30+
| 1.21.5 – 1.21.11 |||
31+
| 26.1 – 26.1.2 |||
2932

3033
## Fonctionnalités principales
3134
- **Outils empilables** : Épées, pioches, pelles, haches et plus sont désormais empilables !
3235
- **Support des potions** : Empilez vos potions (jusqu'à 16 par défaut).
3336
- **Isolation de la durabilité** : Seul l'objet utilisé subit des dégâts. Le reste de la pile reste intact !
34-
- **Entièrement configurable** : Ajustez la taille des piles pour chaque catégorie.
37+
- **Entièrement configurable** : Ajustez la taille des piles pour chaque catégorie (Outils, Potions, Enchantements).
3538
- **Compatible Mending** : Fonctionne parfaitement avec Mending (Raccommodage) et Unbreaking (Solidité).
3639
- **Insertion intelligente** : Les objets ramassés fusionnent automatiquement avec les piles existantes.
3740

@@ -54,7 +57,7 @@
5457
```
5558

5659
## Installation (Utilisateur)
57-
1. Téléchargez le dernier `.jar` depuis la page des [Releases](https://github.com/yoann/StackableTools/releases).
60+
1. Téléchargez le dernier `.jar` depuis la page des [Releases](https://github.com/yoanndev90/StackableTools/releases).
5861
2. Installez **Fabric Loader** et **Fabric API**.
5962
3. Placez le `.jar` dans votre dossier `mods/`.
6063
4. Lancez et profitez d'un inventaire plus propre !
@@ -67,18 +70,8 @@
6770
- **Gradle 8.11+**
6871
- **Fabric Loader**
6972

70-
## Configuration facile
71-
Le fichier de configuration est généré dans `config/stackabletools.toml`.
72-
73-
Options disponibles :
74-
- `logging.enable` (true/false)
75-
- `stacking.max_stack_size` (64 par défaut)
76-
- `stacking.max_tool_stack_size` (8 par défaut)
77-
- `stacking.max_potion_stack_size` (16 par défaut)
78-
- `stacking.active_categories` (`["tools","potions"]` par défaut)
79-
8073
## Contribuer
81-
Les contributions rendent la communauté open source formidable.
74+
Les contributions sont ce qui rend la communauté open source si formidable pour apprendre, s'inspirer et créer.
8275
1. Forkez le projet.
8376
2. Créez votre branche de fonctionnalité (`git checkout -b feature/AmazingFeature`).
8477
3. Commitez vos changements (`git commit -m 'Add some AmazingFeature'`).

0 commit comments

Comments
 (0)