1.0.0
Compatibility
Changes
English Description Overview The Enderberry mod adds a unique item that allows players to bind and teleport animals, villagers, and aquatic creatures to desired locations, simplifying mob logistics.
Key Features
Binding Mechanism: Players can left-click on a target creature to bind it to the Enderberry. The target will start glowing to indicate it is successfully linked.
Teleportation: Right-click on any block with the bound Enderberry to instantly teleport the linked creature to that location. The glowing effect will be removed upon arrival.
Crafting Recipe: To craft 64 Enderberries, combine 8 Glow Berries with 1 Ender Pearl in a crafting table.
User Experience This item eliminates the tedious process of using leads or boats to transport villagers and animals over long distances. It acts as a portable creature-moving tool, allowing for efficient management of your livestock and villagers without the risk of them wandering off or drowning during transport.
中文介紹 概述 終界莓模組新增了一種獨特物品,允許玩家綁定並將動物、村民及水生生物傳送至指定地點,簡化了生物移動的流程。
主要功能
綁定機制:玩家可以對目標生物點擊滑鼠左鍵進行綁定。目標會開始發光,以標示綁定成功。
瞬間傳送:手持已綁定的終界莓對任意方塊點擊滑鼠右鍵,即可將生物瞬間傳送至該處。傳送完成後,發光效果會自動消失。
合成配方:合成 64 個終界莓的配方為:在工作台中放入 8 個發光莓與 1 個終界珍珠。
使用者體驗 此物品消除了使用拴繩或船隻長距離搬運村民與動物的繁瑣過程。它是一種便攜式的生物搬運工具,讓您能高效率地管理家畜與村民,不必擔心牠們在搬運途中走失或溺水。
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:HHofL1aO:LaJZbMHU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HHofL1aO:LaJZbMHU"
}

