All versions
3.3
Release
3.32 years ago 76
Compatibility
Minecraft: Java Edition
1.5.x
Platform
Forge
Supported environments
Client and server
Required content
Changes
- THE END for modems in chunk loaders. Not coming back unless I strike a deal.
- Added Grafter and Scoop turtles
- Added Smart Helmet and Smallnet Sender
- Added Energy Meter peripheral and turtle upgrade
- Added Tool Builder turtle
- Added Chest and Multi Page turtles
- Added Butterfly Analyzer peripheral
- Added Firework turtle. There was code for it in the Firework Launcher, but it was disabled
- Added tell function to Chat Box
- Added inventory reading to minecarts on a Rail Reader
- Added tesseract peripheral wrapper
- Fixed annoying rendering issue with lasers and treetaps
- Fixed speech accidentally requiring Java 7
- Fixed MFFS2 support
- Fixed the tree analyzer missing some new traits
- Fixed some peripherals not mounting the built-in programs
- Wrench turtles now use OmniWrenches. No feature loss expected
- Inventory turtles and crafters now use 1-based slot numbers rather than 0-based. I'm so sorry!
- Gate Readers in block form now have a 9-slot inventory which mimicks the functionality of the turtle version
- Updated Forestry integration to 2.2.4.0
- Updated built-in programs to support peripherals connected via wired network
- Built-in programs should no longer create copies of themselves
- The BF virtual machine in Hardware Accelerators has been rewritten
- Removed redstone feature from Charge Stations due to bad behavior
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:RBasEVxx:WXe1GJJ2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RBasEVxx:WXe1GJJ2"
}


