Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published last year
Updated 2 months ago
All versions
1.1.0-beta.1
Beta
BML's Transit Expansion (BTE) 1.1.0-beta.12 months ago 126
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Forge
Supported environments
Client and server
Required content
Changes
ChangeLog
What's added
- Gate (C5781, C5781 wide)
- Decorative wide gate (C3025, C5781)
- Glass Fence Corner Block (Inner, Outer)
- You can now use the brush to edit the state of the decorative wide gate
- You can now use the brush to edit the door type of the platform block
- Improved RAM usage when this mod is installed
- Redesigned the glass layer for Gate C3025
- Added "L" and "R" labels for the Gate Glass Fence
What's removed
- Platform Block's nbt : "Style"
What's fixed
- Some of the layers shown in Gate C3025 might be transparent
- High RAM usage when using this mod
Dependencies
Fabric
- Minecraft Transit Railway v4.0.0 or above, v4.1.0 below
- Joban Client Mod v2.0.0 or above
- Filters API v1.0.0 or above
Forge
- Minecraft Transit Railway v4.0.0 or above, v4.1.0 below
- Joban Client Mod v2.0.0 or above
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:eqMgqVEY:wLXydcu4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eqMgqVEY:wLXydcu4"
}



