
RFTools (Legacy)
ArchivedBlocks and items to help with Redflux (dimension builder, crafter, monitor, scanner, etc.)
Tags
Creators
Details
1.12-6.13
Compatibility
Required content
Changes
6.13:
- Support for CTM (if available) for the coal generator and block protector. They will glow if they are operating
- Support for a lot more elevator levels (at least 48 and maybe more if you don't care about names) for the elevator button module
- Some language and localization changes
-
Fixed a bug that could cause crashes in the crafting for the storage modules
-
Fixed the syringe working on the ender dragon
Optional dependencies
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:FwyGRcXc:BpHpFQLg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FwyGRcXc:BpHpFQLg"
}



