All versions
1.1.1
Release
DEEPLoop Typing 1.1.13 weeks ago 5
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client-side
Changes
DEEPLoop Typing 1.1.1
日本語
変更
- タイピングレベルと経験値を、シングルプレイのワールドごと・マルチプレイのサーバーごとに保存するよう変更しました。
- タイピング統計と単語帳の発見記録も、ワールドごと・サーバーごとに分離しました。
- 異なるワールドやサーバーへ移動しても、進捗が引き継がれないようになりました。
- 従来の共通進捗ファイルは新しい保存先へ移行されません。各ワールド・サーバーでは新しい記録から開始します。
English
Changes
- Typing levels and experience are now saved separately for each singleplayer world and multiplayer server.
- Typing statistics and discovered Word Book entries are also stored separately for each world and server.
- Progress is no longer carried over when switching to another world or server.
- The previous shared progress file is not migrated to the new storage system. Each world and server starts with fresh progress.
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:gsnVe1hy:GBEPDuMp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gsnVe1hy:GBEPDuMp"
}

