Tags
Creators
Details
Licensed CC-BY-NC-4.0
Published last year
Updated last month
All versions
1.2.0+26.2
Release
TPATools 1.2.0+26.2last month 555
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
English
This mod is no longer intended to be compatible with Forge 1.21.5 and later versions
Update List:
- Fixed the issue where some instructions were not recorded by the back instruction after transmission
- Added the configuration of waiting in place for transmission:
- Added teleport_need_time configuration (default is false) in the format of/tpatools config teleport_need_time [false/true]
- Added teleport_delay_time configuration (default is 3 seconds) in the format of/ tpatools config teleport_delay_time [time]
- Fixed the issue where/warp list cannot flip pages
- Fixed the issue of using tabs to complete the list after fixing/warp tp, which prevents searching and supplementing
- Fixed the issue of using tabs to complete the list after fixing/home tp, which prevents searching and supplementing
- Changed the color of the [Customize] button in the config menu to make it more prominent
中文
本mod不再打算适配forge 1.21.5后的版本
更新列表:
- 修复了部分指令传送后不会被back指令记录的问题
添加了传送需要原地等待的配置:
- 添加了teleport_need_time配置(默认为false),格式为/tpatools config teleport_need_time [false/true]
- 添加了teleport_delay_time配置(默认为 3 (单位:秒)),格式为/tpatools config teleport_delay_time [time]
- 修复了/warp list不能翻页的问题
- 修复了/warp tp 后使用tab补全列表无法进行查找补充问题
- 修复了/home tp 后使用tab补全列表无法进行查找补充问题
- 更改了config菜单中[自定义]按钮的颜色,使其更加显眼
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:cof1gxfq:pyVrF1Mm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cof1gxfq:pyVrF1Mm"
}

