Tags
Creators
Details
Licensed Apache-2.0
Published 5 years ago
All versions
1.20.1-0.7.32b
Beta
Advanced Peripherals 1.20.1 0.7.32b3 years ago 9,111
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Changed
- Changed sorting of our creative tab
Added
- [#481] Add configurable chunk loading radius to chunky turtle. Thanks to @Einhornyordle!
- [#483] Add Powah's Ender Cell support. Thanks to @Apeopex!
- [#435] Add a
isFluidCraftingandisFluidCraftablefunction to the ME Bridge - [#477] Add two configuration values for the chat box. One for a maximum range and one to disallow multidimensional message sending
- [#491] Added support for Storage Busses in calculation of used storage space for the ME Bridge. Thanks to @Michele Grifa!
- [#494] Add the name to
getCraftingCPUs() - [#490] Don't divide the amount of the bytes of the DISK drives
- [#485] Add AE2 Addtions support to the ME Bridge
Fixed
- [#488] Added support with CC:T 1.106x. Thanks to @SirEdvin!
- [#478] Fixed not working Ae2 Things integration
- [#482] Fixed that some of the functions of automata turtles throw NPEs if the functions were called for the first time
- [#487] Fixed a server crash when two ME Bridges are connected to one ME System while items are scheduled for crafting
- [#490] Fixed that
getUsedItemStoragedoes not respect AE2Things DISK drives - [#486] Fixed that the player detector will not detect players in different dimensions
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:SOw6jD6x:2awIKK1f"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SOw6jD6x:2awIKK1f"
}

