Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
The Thomas Mod
The Thomas Mod is a Minecraft mod that adds items and features relating to Thomas and Friends to the game.
Features
- Adds a new item: Thomas Ingot
- Custom item group for Thomas items
Requirements
- Minecraft 1.21.4
- Fabric Loader 0.16.9
- Fabric API 0.114.0+1.21.4
- Mod Menu 13.0.0
Installation
- 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.
Development
Prerequisites
- Java Development Kit (JDK) 21
- IntelliJ IDEA or another IDE with Gradle support
Building from Source
- 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.
Running in Development Environment
- Open the project in IntelliJ IDEA.
- Run
./gradlew genSources
to generate Minecraft source code. - Run
./gradlew runClient
to start Minecraft with the mod.
Contributing
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
License
This project is licensed under the GPL-3.0 License. See the LICENSE file for details.