The Thomas Mod is a Minecraft mod that adds items and features relating to Thomas and Friends to the game.
- Adds a new item: Thomas Ingot
- Custom item group for Thomas items
- Minecraft 1.21.4
- Fabric Loader 0.16.9
- Fabric API 0.114.0+1.21.4
- Mod Menu 13.0.0
- Download and install Fabric Loader.
- Download the latest release of the Thomas Mod from Modrinth or the Releases page.
- Place the downloaded
.jar
file into themods
folder of your Minecraft directory. - Launch Minecraft with the Fabric profile.
- Java Development Kit (JDK) 21
- IntelliJ IDEA or another IDE with Gradle support
- Clone the repository:
git clone https://github.com/megabyte6/the-thomas-mod.git cd the-thomas-mod
- Build the project using Gradle:
./gradlew build
- The built
.jar
file will be located in thebuild/libs
directory.
- Open the project in IntelliJ IDEA.
- Run
./gradlew genSources
to generate Minecraft source code. - Run
./gradlew runClient
to start Minecraft with the mod.
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
This project is licensed under the GPL-3.0 License. See the LICENSE file for details.