Tags
Creators
Details
Licensed GPL-3.0-only
Published last year
Updated last week
All versions
1.20.1-0.7.13-beta
Beta
ChangShengJue 1.20.1-0.7.13-betalast week 840
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
- Adjusted the minimum required GeckoLib version.
- Improved the performance of cultivation technique effects in multiplayer.
- Optimized quest progress updates to reduce unnecessary lag.
- Fixed recipe, quantity, and material issues that could occur with the Tailoring Table, Smithing Table, Woodworking Bench, and Brick Kiln.
- Fixed progress or output issues that could occur after leaving and reopening a crafting interface.
- Fixed completed quests continuing to gain progress and occasional quest progress synchronization issues.
- Fixed an issue where using a crucible from the offhand on a casting mold could incorrectly consume the main-hand item.
- Fixed an issue in multiplayer where players who had not learned Qingping Ji could sometimes steal items after killing another player.
Optional dependencies
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:f06OmKge"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fmuqYH02:f06OmKge"
}




