Tags
Creators
Details
All versions
1.0.0-26w38a+1.20.1+fabric
Beta
Yunbei Urban Construction 1.0.0-26w38a+1.20.1+fabricyesterday 45
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- 拒马
- 红蓝爆闪灯
- tooltip修复
- 将所有可编辑的路牌完全改为可自定义
- 默认道路标识填充文本
- 为多个方块添加自定义文本编辑界面
- 自定义文本编辑界面更新:支持可视化拖拽、页面大改
- 路杆诱导屏
- 提取基类(渲染类、Screen)
- 升降柱
- 翻版路障
- 垃圾桶模型优化,告别2048平方和1028平方
- 删除代码多余方块朝向代码
- 垃圾桶简化代码、模型
- 渲染图片法线正确计算优化
- 优化项目代码复用性更高
- 优化日志输出 红绿灯方面更新:
多种显示图案 模型样式大更新,人行道红绿灯一体化,黄色、台北红绿灯,雾灯等 预设功能,爸爸妈妈再也不用担心我不会设置相位了,支持自定义资源包导入 所有界面可视化,告别指令 静态页面 人行道支持读秒 优化碰撞箱 添加多个相位功能支持 链接时添加绿色描边 修改下方提示 修复可以让一个红绿灯有多个链接组
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:h8ROlzCI:64O5LKAy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h8ROlzCI:64O5LKAy"
}

