Creators
Details
1.20.1-1.2.1
Compatibility
Changes
Changelog
-
Added Waypoint Attachment Support.
-
Mails can now include waypoints as attachments. To add functional waypoints, one of the following mods must be installed: Xaero's Minimap, FTBChunks, or JourneyMap.
-
Xaero's Minimap is recommended for better waypoint visibility and because it does not display a light beam by default.
-
-
Fixed an issue with the mail deletion prompt.
- Resolved a bug where the deletion confirmation prompt would incorrectly appear when pressing the Delete key, even if the mail could not be deleted.
-
Fixed mail file synchronization issues on dedicated servers.
-
Fixed a problem where using commands would fail to synchronize mail data correctly on dedicated servers.
-
Note: Newly created mail files still require a server restart to take full effect, but commands will now execute without errors.
-
Changelog / 更新日志
-
新增路径点附件支持。
-
邮件现在可以附加路径点。要添加可用的路径点,必须安装以下模组之一:Xaero's Minimap、FTBChunks 或 JourneyMap。
-
推荐使用 Xaero's Minimap,因其路径点显示更清晰,且默认不显示光柱。
-
-
修复邮件删除提示问题。
- 修复了当邮件无法删除时,按下 Delete 键 仍会错误出现删除确认提示的漏洞。
-
修复专用服务器上的邮件文件同步问题。
-
修复了在专用服务器上使用指令时,邮件数据无法正确同步的问题。
-
请注意: 新创建的邮件文件仍需重启服务器才能完全生效,但现在执行指令时不会报错。
-
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:UWBX0pnL:4b50gEjy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UWBX0pnL:4b50gEjy"
}

