Tags
Creators
Details
All versions
2.0
Release
DOCTOR M 2.0last month 274
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Unavailable version
Any compatible version
Changes
更新日志 / Changelog
[ v2.0 ]
新翻译 / New lang
- 新增台湾和香港的翻译 / Add translations for Taiwan and Hong Kong
内饰 / Interior
- 50型内饰 / Type 50 Interior
- 克拉拉的塔迪斯内饰 / The Clara TARDIS Interior
- 2型霁光内饰 / Type 2 Claresco Interior
- 霁光400R型内饰 / Claresco Type 400 Model R Interior
- 时隙内饰 / The Rift Interior
物品 / Items
- 怀表 / Pocket Watch
- 神秘宝石 / Mystery Gem
- 永恒水晶 / Eternal Crystal
- 氧气补充机 / Oxygen Charger
- 氧气瓶 / Oxygen Tank
修改 / Edit
- 加上了AIT和trinkets为依赖项 / Added AIT and Trinkets as dependencies.
- 更新去物质枪贴图和模型 / Updated De-Mat Gun textures and model.
- 更新拉斯隆之钥的提示 / Updated tooltip of Rassilon Key.
- 根成就 / Root Achievement
- 归途 / Way Home
- 利用mixin重写了AIT的氧气逻辑! / Rewrote AIT's oxygen logic using mixin!
- 修改了主菜单! / Modified the main menu!
- AIT的太空服将会提供保暖效果 / AIT's spacesuit will provide warmth
- 让手柄听得懂中文! / Make Handle understand Chinese!
- 氧气补充机 / Oxygen Charger
修复 / Repair
- 进入特兰泽洛可以正确地给予玩家“时候到了?”成就 / Entering Trenzalore can correctly award the player the 'The Time Has Come?' achievement.
- 将打错的us_en改回en_us / Fixed incorrect 'us_en' back to 'en_us'.
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:QvdsnCmK:LgBuCtad"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QvdsnCmK:LgBuCtad"
}

