Tags
Creators
Details
Licensed Apache-2.0
Published 5 years ago
Updated 2 months ago
All versions
1.20.1-0.7.40r
Release
Advanced Peripherals 1.20.1 0.7.40r2 years ago 15.2K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
Added
- [Features/#43] Up/down versions of automata block functions using pitch and yaw - Thanks to @zyxkad
- [Features/#9] Added shift sneaking version of
useOnBlock- Thanks to @zyxkad
Fixed
- [#582] Reworked the chunky turtle logic to fix several issues with them - Thanks to @zyxkad
- Fixed a crash with the ME Bridge while trying to iterate through storage busses without a connected storage block
- Fixed
isOnEnchantedSoil()for the mana flower integration - [#419] Fixed that the automata
digBlockfunction does not use breaking directions the right way. Fixes several issues with hammers or other AOE tools. - Thanks to @zyxkad - [#629] Fixed that placed blocks do not retain their custom block name when destroyed - Thanks to @WiggleWizzard
- [#621] Fixed that the
listCellsfunction for the ME Bridge does not search in third party drives - Thanks to @michele-grifa - [#632] Fixed that the chat box allows sending chat messages with negative range - Thanks to @zyxkad
- [#619] Fixed that the chat box can spoof people to click message to run danger commands - Thanks to @zyxkad
- [#617] Fixed that sending invalid nbt data for some mod items through the chat box can cause a client crash - Thanks to @zyxkad
- [#603] Fixed that the note block integration does not trigger allays - Thanks to @zyxkad
- [#599] Fixed that turtle upgrades can't be equipped with custom NBT values - Thanks to @zyxkad
- [#595] Fixed that
scanEntitiesdoes not include living entity fields - Thanks to @zyxkad - [#581] Fixed concurrency issues with our server worker, fixes a crash when CC is set to use multiple threads - Thanks to @zyxkad
Changed
- [#588] Changed the misspelled
maxHealthparameter in the player detector, the misspelled attribute is still included in the table for backwards compatibility - Thanks to @zyxkad - [#613] Clamp analog output of the
setAnalogOutputfunction between 0-15 - Thanks to @zyxkad
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:79TFdBOE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SOw6jD6x:79TFdBOE"
}

