It's the little things that make all the difference, the finishing touches to your modpack. :)
Available for download at CurseForge: https://www.curseforge.com/minecraft/mc-mods/its-the-little-things
If you need help using or troubleshooting itlt, you can open a support ticket by clicking here. The wiki may also be helpful: https://github.com/zlepper/itlt/wiki
If you're having a problem with itlt crashing or being buggy, please file a new bug report and I'll look into it.
If you have an idea or suggestion for itlt, I'd love to hear it!
Check out this issues page to see if it's already been suggested and leave a thumbs up on things you would like to see implemented. To make a new suggestion, click here.
Please refer to the Technical Documentation - it provides a technical overview, troubleshooting, to-do lists and various details about how stuff works and how to add or change stuff.
If you need a hand working with itlt, ping me (@Paint_Ninja) in #squirrels on Forgecord. Remember to bare their rules in mind. Alternatively, open a dev support ticket and I'll get back to you when I can.
- All branches are actively maintained, but don't worry! For contributing, you only need to submit a PR to one branch (of your choice) and I'll handle porting to the rest after merging your PR.
- If you want to add support for a Minecraft version that doesn't already have a branch, open a dev support ticket and I'll make the branch for you so you can make your PR.
- There are two versions of this mod
- v2 which is the latest version that has being rewritten from the ground up. All work on new features is being done in v2.
- v1 is the original mod which has been backported to legacy Minecraft versions and gets maintained with minor bugfixes and changes.
Work for the latest supported Minecraft version is done on the "master" branch, however mod update checking always uses named branches to ensure reliability during a switchover to a newer MC version. When 1.18 comes out, master is merged onto 1.17 and 1.18 work goes on master. Until then, the 1.16 branch serves as a placeholder for update checking.
Branch | Minecraft version | Mod version | ForgeGradle version | Gradle version |
---|---|---|---|---|
master (you're here) | 1.20.x | v2 | ForgeGradle 5.1 | Gradle 7.5.1 |
1.19.4 | 1.19.4 | v2 | ForgeGradle 5.1 | Gradle 7.5.1 |
1.19.3 | 1.19.3 | v2 | ForgeGradle 5.1 | Gradle 7.5.1 |
1.19/1.19.1/1.19.2 | 1.19, 1.19.1 and 1.19.2 | v2 | ForgeGradle 5.1 | Gradle 7.5.1 |
1.18 | 1.18.x | v2 | ForgeGradle 5.1 | Gradle 7.5.1 |
1.17 | 1.17.1 | v2 | ForgeGradle 5.1 | Gradle 7.5.1 |
1.16 | 1.16.x | v2 | ForgeGradle 4.1 | Gradle 6.9 |
1.15 | 1.15.x | v2 | ForgeGradle 4.1 | Gradle 6.9 |
1.14 | 1.14.x | v2 | ForgeGradle 4.1 | Gradle 6.9 |
1.13 | 1.13.2 | v2 | ForgeGradle 4.1 | Gradle 6.9 |
1.12 | 1.12.2 | v1 | ForgeGradle 4.1 | Gradle 6.9 |
1.11 | 1.11.x | v1 | ForgeGradle 2.2.1 | Gradle 4.10.3 |
1.10 | 1.10.x | v1 | ForgeGradle 2.2.1 | Gradle 4.10.3 |
1.9 | 1.9.x | v1 | ForgeGradle 2.1.1 | Gradle 4.10.3 |
1.8.8/1.8.9 | 1.8.8 and 1.8.9 | v1 | ForgeGradle 2.1.1 | Gradle 4.10.3 |
1.8 | 1.8.0 | v1 | ForgeGradle 2.0-SNAPSHOT-aa67375 | Gradle 4.7 |
1.7 | 1.7.x | v1 | ForgeGradle 1.2.1 | Gradle 4.4.1 |
1.6 | 1.6.x | v1 | ForgeGradle 1.0 | Gradle 3.0 |
1.4.6/1.4.7 | 1.4.6 and 1.4.7 | v1 | ForgeGradle 4.1.legacy-SNAPSHOT | Gradle 6.9 |
These are still maintained, but are worked on much less often due to being harder to setup and work with in general.
I've provided Instructions.md
and some additional files in each of these branches to help. I strongly recommend you read the instructions if you're not already familiar with the process, otherwise you're going end up spending a while troubleshooting. These Python scripts no longer work out of the box like they used to - they need a bit of manual setup and a specific environment to work in. RetroGradle aims to eventually port these MC versions to use ForgeGradle 4 but it's a long way off - possibly years from now.
Branch | Minecraft version | Mod version | Dev toolchain | Python version |
---|---|---|---|---|
1.5 | 1.5.x | v1 | Forge Src 7.8.1.738(?) + MCP 7.51 scripts + Manual steps | Python 2.7.3 |
1.4.4/1.4.5 | 1.4.4 and 1.4.5 | v1 | Forge Src 6.4.2.448(?) + MCP 7.23 scripts + Manual steps | Python 2.7.3 |
1.3.2 | 1.3.2 | v1 | Forge Src 4.3.5.318(?) + MCP 7.2 scripts + Manual steps | Python 2.7.2 |
1.2.5 | 1.2.5 | v1 | Forge Src 3.4.9.171(?) + MCP 6.2 scripts + Manual steps | Python 2.7.2 |