All versions
fragmented.0003
Alpha
11/02/20266 months ago 20
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Commit 2
π¦ Expansion Update
[Day 4]
- π©Έ Red Straps: shows red areas on your HUD
[Day 5]
- ππ» No Body: disables rendering the body of some entities
- π Opening: opens a hardcoded thing on your PC (currently roblox, may change in the future)
- π Speedup: speeds up the game and disables mob spawning (to avoid dying instantly) temporarily
- πͺ€ Trapdooring: replaces terrain around you with trapdoors on the same Y axis
[Day 6]
- π§± Wallpaper: replaces your wallpaper
- βΈοΈ Escape Screen :: half -2
- π‘ Main Screen :: half 0
- </ Command Prompt :: half 1
The wallpaper I made's pretty good icl
Commit 1
π’ Hex update
[Refactoring]
- πͺ Split payload actions
- π€ NOOB renamed to NPC
- π LeaveoutPacket renamed to ChunkRefreshPacket (with repeated behavior removed)
- γ½οΈ Subenum registry-specific fields
[Day 3]
- π Him
- π₯Ά Blue World
- β¨οΈ Key Blocking
- π±οΈ Mouse Blocking
+ added FovAddPacket πͺ
[Day 4]
- π£οΈ Head Removal
- π¦Έπ» Herobrine (Unfinished)
Possible that I missed something. The commit messages may be a bit misleading but they should be mostly right
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:MbDBjM5V:xASgBRC4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MbDBjM5V:xASgBRC4"
}

