Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 3 years ago
Updated 2 weeks ago
All versions
0.5.0-beta-1.18.2
Beta
TrafficCraft 0.5.0-beta-1.18.23 years ago 151
Uploaded by
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
- Added: Road Construction Tool to build large roads faster without placing each block or slope individually
- Added: Hammer to lower slopes and rotate rotatable blocks.
- Added: Config
- Added: Iron Rod crafting item
- Added: Iron Plate crafting item
- Added: Tags for some blocks and items
- Added: Compat recipes for Mekanism, Industrial Foregoing and Thermal Series mods.
- Changed: Some textures have changed.
- Changed: Traffic Signs Posts now connect to layered blocks (like all slope blocks) and slabs (lower part).
- Changed: All crafting recipes now use tags to be more compatible with other mods
- Changed: When smooth lighting is enabled, traffic signs will now render like any other block
- Changed: The traffic light system has been changed completely. But there should be no breaking changes.
- Traffic Lights can now be linked to multiple traffic light controllers.
- Comparators can be used to check whether traffic lights or traffic light controllers are active or not and will provide a redstone level of 15.
- When a traffic light schedule has redstone mode, continuous redstone is now needed instead of an impulse.
- Changed: Many crafting recipes have changed.
- Changed: Manhole ladder collision hitbox has changed to match the hitbox of vanilla ladders.
- Changed: Updated some translations.
- Changed. Traffic Light controller cause heat damage when active in ultrawarm dimensions (like the nether) which should display that it is overheated.
- Fixed: "Mold stains" on traffic sign editor canvas.
- Fixed: Traffic Sign texture changes do not sync accross clients.
- Fixed: Street signs can be attached to traffic signs with the small model
- Fixed: Paint brush item model type is not handheld
- Fixed: Paint brush selection screen has wrong title
- Fixed: Traffic Sign Posts do not connect correctly to blocks above or below them.
Code Changes
- Changed: Structure of packages and classes
- Removed: unused classes
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:irhdHo4m"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Y1PXWvWn:irhdHo4m"
}

