Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 3 years ago
Updated 5 months ago
All versions
1.20.1-1.2.0-beta.2
Beta
trafficcraft-fabric-1.20.1-1.2.0-beta.26 months ago 127
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
2026-01-25
- Changed️: Added wrench to the wrenches tag
- Changed️: Wrenches from other mods can now be used to interact with TrafficCraft blocks
- Changed️: New curb textures
- Fixed: Crash if the same traffic sign texture is loaded too quickly on multiple signs
- Fixed: Crash when traffic sign textures are unloaded too quickly
- Fixed: The game may crash when leaving a world/server
- Fixed: House Number signs cannot be placed without a block underneath it
- Fixed: Emissive textures are not working
- Fixed: Wrong UVs for the sides of the traffic light bulbs
- Fixed: Fixed missing tag errors
- Fixed: White stripes when using fast graphics
- Fixed: Incorrect times for scheduled Streetlamps
- Fixed: Freeze when the menu of the Road Construction Tool is opened if the first position is far away from the world origin
- Now using DragonLib 3.0.19
Supplementary resources
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Y1PXWvWn:zVxBbZKe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Y1PXWvWn:zVxBbZKe"
}


