Links
Tags
Creators
Details
Licensed MIT
Published last month
Updated 2 months ago
All versions
1.4.0
Release
Create:Better Belt 1.4.02 months ago 56
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Forge
Supported environments
Server-side
Singleplayer
Required content
Unavailable version
Changes
Conveyor Underhaul
A small addon for Create.
Allows conveyor belts to transport entities (players, item drops, mobs, etc.) from underneath.
Features
- Entities standing under conveyor belts will be pulled and moved along the belt
- Fully compatible with vanilla conveyor mechanics
- No extra configuration required
模组介绍
机械动力小型附属模组。 让传送带的下方同样可以运载实体(玩家、掉落物、生物等)。
功能特性
- 位于传送带下方的实体会被传送带牵引、跟随传送带移动
- 完全兼容原版传送带全部机制
- 无需额外配置,安装即生效
依赖
- Create (机械动力)
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:XkOObzBI:9MDI3fcj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XkOObzBI:9MDI3fcj"
}

