Skip to content

Commit 2225d16

Browse files
authored
Update README.md
1 parent edcc4b4 commit 2225d16

1 file changed

Lines changed: 2 additions & 32 deletions

File tree

README.md

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# StackableTools (Kotlin Edition)
1+
# StackableTools
22

33
[![Fabric API](https://img.shields.io/badge/Loader-Fabric-orange.svg?style=for-the-badge)](https://fabricmc.net/)
44
[![License](https://img.shields.io/badge/License-CC0_1.0-green.svg?style=for-the-badge)](https://github.com/yoanndev90/StackableTools/blob/master/LICENSE)
@@ -22,7 +22,7 @@
2222
| **Modrinth** | [Download on Modrinth](https://modrinth.com/mod/stackabletools) |
2323

2424
## Version Support
25-
| Version | Supported (Theoretical) | Supported (Fully Tested) |
25+
| Version | Supported | Supported + Fully Tested |
2626
| :------ | :---------------------- | :----------------------- |
2727
| 1.20 – 1.20.6 |||
2828
| 1.21.0 – 1.21.3 |||
@@ -38,41 +38,11 @@
3838
- **Mending Compatible**: Works perfectly with Mending and Unbreaking.
3939
- **Smart Insertion**: Picked-up items will automatically merge into existing stacks.
4040

41-
## Configuration (Developer)
42-
> [!IMPORTANT]
43-
> To build the mod yourself, you **must** configure your environment first.
44-
45-
1. Edit [versions.json](versions.json) to configure your local launcher path and instance directories.
46-
2. Run the build script for all versions:
47-
```bash
48-
./compile-all.sh
49-
```
50-
Or for a single version, use Gradle directly:
51-
```bash
52-
./gradlew build -PmcVersion=1.20.4 -Pminecraft_version=1.20.4 -Pyarn_mappings=1.20.4+build.3 -Pfabric_api_version=0.97.3+1.20.4
53-
```
54-
5541
## Installation (User)
5642
1. Download the latest `.jar` from the [Releases](https://github.com/yoanndev90/StackableTools/releases) page.
5743
2. Install **Fabric Loader** and **Fabric API**.
5844
3. Place the `.jar` in your `mods/` folder.
5945
4. Launch and enjoy a cleaner inventory!
6046

61-
> [!TIP]
62-
> We recommend using **Freesm Launcher** (a fork of Prism) for the best modding experience.
63-
64-
## Requirements
65-
- **Java 21+** (Targeting latest stable JVM)
66-
- **Gradle 8.11+**
67-
- **Fabric Loader**
68-
69-
## Contributing
70-
Contributions are what make the open source community such an amazing place to learn, inspire, and create.
71-
1. Fork the Project.
72-
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`).
73-
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`).
74-
4. Push to the Branch (`git push origin feature/AmazingFeature`).
75-
5. Open a Pull Request.
76-
7747
## License
7848
CC0 1.0 Universal. See [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)