Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 3 months ago
All versions
3.8.3+1.14.4-1.21.11
Beta
Pehkui Continuation 3.8.3+1.14.4-1.21.113 months ago 1,897
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Pehkui Continuation 3.8.3+1.21.11 Beta
Unofficial continuation build of Pehkui for Minecraft 1.21.11. This is not an official Virtuoel release.
Tested so far
- Builds successfully against Minecraft 1.21.11.
- Dedicated Fabric server starts with the mod installed.
- Client reaches the title screen and joins a local dedicated server.
- Two local dev clients can join the same test server.
- Basic
/scalecommand smoke testing completed. - Respawn scale persistence/config behavior checked.
Known beta caveats
- Wider testing is still needed for F3+B hitboxes and interaction boxes.
- Visual/entity render scaling needs more coverage across mobs and edge cases.
- Crouch/sneak behavior needs more multiplayer testing.
- Held item, nameplate, leash, and shulker-specific rendering still need focused verification.
- Relog persistence should be tested in normal online/server environments.
- Some Gradle remap warnings remain for older compatibility targets.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Pehkui-3.8.3+1.14.4-1.21.11-sources.jar | Unknown | 312.11 KiB |
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:QPbqMc3x:Kvagbqij"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QPbqMc3x:Kvagbqij"
}

