Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated last month
All versions
1.3
Release
Modlast month 90
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Client and server
Changes
v1.3 - Big update! Now on 26.2!
-
Lots of bugfixes of Shader editor:
- Fixed lots of classes renames from 26.1->26.2
- Careful! depth buffer was changed from 26.1->26.2! Shaders that use it needs to be updated to work on 26.2
-
New feature - Entity data:
- Allows you to see and read lots of useful info that client recieves from server (solo client-side feature, does not require plugin), like distance, hp, armor, items/armor equipped (can be hovered over for more info), bee's state, foxes, sulfur slimes specific datas, creeper explosion timer, villager profession and level and so on!
-
New feature - Freecam TP:
- Allows you to enable freecam via keybind/button press to fly freely out of body and on second press teleport where you flew! esc to cancel
-
UI resolution update:
- Enable debug - toggles debug info on screen
- Enable border - toggles visual border to see where ui resolution ends
-
New feature - Console:
- Allows you to type commands on client to run them in server console! (Requires v1.2+ plugin installed)
-
Update checker:
- Now mod checks for any updates from modrinth for itself and for plugin on server, if installed.
- There is also an option to press "Update" button that will download newest mod version from modrinth - Just restart the game after and you are done!
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:Y1vgor28:hLidUM6P"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Y1vgor28:hLidUM6P"
}

