Tags
Creators
Details
Licensed MIT
Published 11 months ago
Updated 2 weeks ago
All versions
26.1.2-2.5.0
Release
BBL Routers - 26.1.2-2.5.03 months ago 29
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client and server
Changes
2.5.0
- Transfer Update;
- Refactored Export Block Entity to have more information available for new transfers
- Moved logic into TransferEngine class, this class allows for better handling to be used for all transfer
- Transfers can now be registered to TRANSFER_MODULES deferred register, registering your own transfer will make it work with the routers system
- Changed from ButtonEnum class to RoutersButtonClass, this allows for other mods to add there own buttons to screens
- Added RouterUIRegistries, this allows the addition of menus for custom menu buttons
- Added RoutersUIRenderers, this allows the addition of custom screen renderers for custom menu buttons
- Above changes allow for much better compatibility with routers with having to touch the main mod code. Item, Fluid and Energy transfers are all done through the new system via the api
- Fixed Blacklist upgrade having wrong texture
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:g69ApBz2:2Zt1IPZn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:g69ApBz2:2Zt1IPZn"
}

