|
1 | | -# StackableTools (Kotlin Edition) |
| 1 | +# StackableTools |
2 | 2 |
|
3 | 3 | [](https://fabricmc.net/) |
4 | 4 | [](https://github.com/yoanndev90/StackableTools/blob/master/LICENSE) |
|
22 | 22 | | **Modrinth** | [Download on Modrinth](https://modrinth.com/mod/stackabletools) | |
23 | 23 |
|
24 | 24 | ## Version Support |
25 | | -| Version | Supported (Theoretical) | Supported (Fully Tested) | |
| 25 | +| Version | Supported | Supported + Fully Tested | |
26 | 26 | | :------ | :---------------------- | :----------------------- | |
27 | 27 | | 1.20 – 1.20.6 | ✅ | ❌ | |
28 | 28 | | 1.21.0 – 1.21.3 | ✅ | ❌ | |
|
38 | 38 | - **Mending Compatible**: Works perfectly with Mending and Unbreaking. |
39 | 39 | - **Smart Insertion**: Picked-up items will automatically merge into existing stacks. |
40 | 40 |
|
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 | | - |
55 | 41 | ## Installation (User) |
56 | 42 | 1. Download the latest `.jar` from the [Releases](https://github.com/yoanndev90/StackableTools/releases) page. |
57 | 43 | 2. Install **Fabric Loader** and **Fabric API**. |
58 | 44 | 3. Place the `.jar` in your `mods/` folder. |
59 | 45 | 4. Launch and enjoy a cleaner inventory! |
60 | 46 |
|
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 | | - |
77 | 47 | ## License |
78 | 48 | CC0 1.0 Universal. See [LICENSE](LICENSE) for details. |
0 commit comments