
Survival-friendly, configurable transit tickets for Create train networks.
Create: Transit Tickets adds expiring tickets and reusable ticket blueprints for survival-friendly public transportation systems built with the Create mod.
Craft blank tickets, configure a reusable blueprint, and issue tickets whose validity is measured using the world's game time. Tickets clearly show whether they are valid or expired, along with their remaining duration.
The current release focuses on a small, dependable ticket foundation. Validators, gates, routes, zones, fares, and other larger transit systems are planned for future development rather than bundled into the first version.
Create: Transit Tickets provides configurable, time-limited passes for Minecraft Forge 1.20.1 and Create-powered transit networks.
The current ticket workflow is:
Creative players and command-level operators can generate configured blueprints with:
/transittickets blueprint <duration_ticks> [name]
For example, a 30-minute ticket lasts 36,000 ticks:
/transittickets blueprint 36000 30 Minute Pass
Minecraft normally runs at 20 ticks per second. Ticket time advances with the world's game time and pauses when the world is not running.
These features are not part of the current MVP and may change as development continues.
Translations are welcome through pull requests.
mods folder.Create 0.5.1.f includes its required Flywheel and Registrate components in the distributed mod jar.
Requirements:
Clone and build the project:
git clone https://github.com/RSlover521/Create-Transit-Tickets.git
cd Create-Transit-Tickets
./gradlew build
On Windows PowerShell or Command Prompt, use:
.\gradlew.bat build
The built mod jar will be created in build/libs/.
To launch the Forge development client:
.\gradlew.bat runClient
| Version | Minecraft | Forge | Create | Supported |
|---|---|---|---|---|
| 0.1.0-beta | 1.20.1 | 47.x | 0.5.1.f | ✅ |
Note: Please confirm that you are using a supported version before opening an issue. This project is currently in beta, so features and saved item data may change between releases.