Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last month
All versions
v1.2
Release
1.20.1-v1.22 years ago 16K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
- All item-transporting blocks (Sculk Emitter, Sculk Transmitter, Sculk Receiver) can now be placed on any side of a block, orienting themselves accordingly
- The Sculk Emitter will now automatically suck up items from the world that are near its top, if there is no Sculk Barrel below it
- Sculk emitters now visibly show the item they pick up, independent of their speed (this is purely a visual change)
- Items now propagate more consistently through networks
- Closer blocks are still prioritized over further away ones
- If the distance of a transmitting block to two receiving ones is the same, the receiving block which was placed down first will take priority. This only applies to newly placed blocks.
- Fixed inconsistent signal routing on world reload
- Fixed item transmission being inconsistent in speed, due to block entity ticking order
- Fixed broken images in Patchouli book
- 1.20.6: Fixed quantity modifiers not picking up more than 64 items. A tier 3 quantity modifier can now pick up at most 99 items; The other tiers are unchanged.
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:G2cuXzjx:8jJsQ8Qu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:G2cuXzjx:8jJsQ8Qu"
}


