All versions
3.0.3
Release
3.0.33 weeks ago 23
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Changes
中文
- 修正透過牧場方塊使用 CloudTweak PC 搜尋時的不正確操作行為。
- 從牧場方塊的搜尋結果選擇 Pokémon 時,現在會執行正常的牧場操作,不再將 Pokémon 當成一般 PC 格子抓起。
- 在 PC 搜尋結果中加入返回原始箱子的按鈕。
- 將游標移到按鈕上時,會顯示 Pokémon 原本所在的箱子。
English
- Fixed incorrect behavior when using CloudTweak PC search through a Pasture Block.
- Selecting a Pokémon from Pasture Block search results now performs the normal Pasture action instead of picking it up as a regular PC slot.
- Added a button to PC search results for returning to the Pokémon's original box.
- Hovering over the button now shows the Pokémon's original box.
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:xNDaE5ju:3ihoAVsG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xNDaE5ju:3ihoAVsG"
}
