Tags
Creators
Details
Licensed GPL-3.0-only
Published last year
Updated 5 days ago
All versions
1.20.1-0.6.16-beta
Beta
ChangShengJue 1.20.1-0.6.16-beta11 months ago 721
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
Add
- Supports English language
- Added language files for Traditional Chinese (Hong Kong) and Traditional Chinese (Taiwan)
- Added name hints for the NPC trading interface, blacksmithing furnace, and tailoring table crafting interfaces, displayed only in non-Chinese languages
- New villages now spawn one warrior by default
Adjust
- Adjusted the martial arts experience rewards for the "Ren Woxing" and "Kuaiyi Enchou" quests to be directly applied to players instead of being distributed as items
- Renamed the Internal Skill Experience Cluster and External Skill Experience Cluster items to "Internal Skill Experience +5" and "External Skill Experience +5"
- Adjusted the background length of the title section in the Gang Task UI to accommodate text display in the English version
- Changed the text prompt of the "Switch Transaction Items List" button in the Construction Office to an icon prompt
- Replaced text prompts in quest buttons with icon prompts
- Adjusted the button textures of the blacksmithing furnace and tailoring table interfaces
- Adjusted the collision box of the pottery wheel
- Adjusted the placement of village structure generation
Repair
- Fixed the "Format error" display issue in the description text of the "Wufang Huilu"
- Fixed the issue where quest descriptions would not change to the corresponding language after switching language settings
- Fixed the mismatch between the scrollbar position and the actual displayed content in the UI
- Fixed the inconsistency between the actual shaking time and the shaking animation of the gong
Optional dependencies
Any compatible version
Any compatible 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:fmuqYH02:bo966eKH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fmuqYH02:bo966eKH"
}

