2.3.74-65815fc-b2
Compatibility
Changes
Changes in this Build (since previous push)
Miscellaneous
- Spear stabs are attacks, handle them as such - by ManInMyVan (
bf10e23) - Add separate logic for publishing release builds in workflow - by AoElite (
f0e15b0) - Bump PE for initial 26.1 support - by Axionize (
f380fcd) - Fix PE 26.1 update (deferred fabric folder) - by Axionize (
9b06c86) - Check if
isPacketInventoryActivewas false before allowing revert - by SamB440 (6a46c35) - Move ElytraA onStartGliding() to before the client version check in PacketEntityAction - by ManInMyVan (
11d572f) - Account for INTERACT_ENTITY being split in 26.1 - by ManInMyVan (
7d9dc86) - Actually check sneaking in MultiInteractA - by ManInMyVan (
89eedbe) - Quilt is a normal client - by ManInMyVan (
77c48f4) - Fix glow squid bounding box - by SamB440 (
10cb176) - Add BadPacketsC to check if the LEAVE_BED packet is valid - by ManInMyVan (
d1b2135) - Fix soul torch collision data - by SamB440 (
7fd7bc1) - Fix PostgreSQL UUID retrieval in history command (#2575)
-
Fix PostgreSQL UUID retrieval in history command
-
Improve error handling for UUID retrieval in DatabaseUtils
-
Use if-else if in DatabaseUtils.getUuid - by Fussel (
efd796c)
- Bump PE to support Bukkit 26.1 servers - by Axionize (
ece9f3c) - Minor changes to PacketHidePlayerInfo - by ManInMyVan (
b55a12c) - RESOURCE_PACK_STATUS is async - by ManInMyVan (
e8dc9ae) - Downgrade PE to fix promise/future execution breaking in PE's netty listeners - by Axionize (
3e07a0e) - Bumped Gradle Wrapper to fix build (#2591) - by Tyler (
890799d) - Fix MYSQL 8 support (#2534)
-
Fix MYSQL 8 support
-
Prevent double index error from sending everytime. - by Milan Ensink (
35fe1f0)
- MultiActionsD not checking if the inventory got opened this tick (#2596) - by Bram (
1b60cb8) - Don't check the same value twice - by ManInMyVan (
99dce8c) - Fix incorrect entity metadata indexes - by Axionize (
c169d9c) - Merge remote-tracking branch 'origin/2.0' into lightning
Conflicts:
common/src/main/java/ac/grim/grimac/checks/impl/combat/Reach.java - by Axionize (65815fc)
🐛 Fixes
- Fix #2563 - by ManInMyVan (
cd3576b) - Fix #1990 - by ManInMyVan (
b9da63c) - Fix #2579 - by ManInMyVan (
13ad8bd) - Fix PacketOrderC viabackwards false - by ManInMyVan (
fc75e51)
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:LJNGWSvH:r2oCqcTJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LJNGWSvH:r2oCqcTJ"
}

