Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last week
All versions
26.1-1.4.0
Release
ClickCrystals 26.1.x-1.4.03 months ago 17.8K
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Changes
Version: 1.4.0
Scripting:
- fix cancel_packet not working
- fix uncancel_packet not working
- fix on packet_send not working
- fix on packet_receive not working
- fix on place_block running twice
- fix on break_block running twice
- notify not working
- if rot_x <comparator> <num> # pitch
- if rot_y <comparator> <num> # yaw
- if facing <direction>
- if input_active container
- if input_active inventory # now strictly only works for inventories
Patches:
- PacketMapper ID not working in scripts
- new entity textures not showing up
- script notify command
- Zoom module not working
- custom splash text color
- GuiCursor not working on Wayland
- fix NoOverlay fire overlay doesnt get removed
- add color setting instead of RGB
Codebase:
- renamed mixin classes to fit mojmap conventions
Module:
- add ElytraShadow
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:YDYPZdGj:L3ZbHaCS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YDYPZdGj:L3ZbHaCS"
}

