All versions
forge-0.1.16+mc1.20.1
Release
tlsywen: remastered-forge-0.1.16+mc1.20.12 weeks ago 10.1K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
English
- Refactored nearly all of the code and optimized a large amount of redundant code to ensure compatibility.
- Fixed the issue where the The Last Sword You Will Ever Need's damage was incorrect.
- Reworked the flight logic to ensure it does not affect other mods that have flight equipment.
- Added compatibility with Touhou Little Maid — maids can now benefit from Dragon Crystal equipment bonuses, with more features to be added in the future.
- Added a configuration file. Players can install Cloth Config to modify the configuration in-game, and can freely enable or disable the mod's custom creative tab and tab textures.
中文
- 重构了几乎全部的代码,优化了大量冗余代码,以确保兼容性
- 修复了最终之剑伤害不正确的问题
- 重新修改了飞行逻辑,以确保不会影响其他有飞行装备的模组
- 添加了对车万女仆的联动,女仆也可以获得龙晶装备的加成,后续还会添加新的功能
- 添加了配置文件,玩家可添加Cloth Config模组以在游戏内进行修改配置文件,玩家可自由开关本模组的自定义标签页和标签页纹理
Optional dependencies
Unavailable version
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:9qJEjQhK:4TLHYQs9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9qJEjQhK:4TLHYQs9"
}

