Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated yesterday
All versions
1.7.0+mc26.3.neoforge
Release
Meow Anti-Xray 1.7.0 (NeoForge)yesterday 12
Uploaded by
Compatibility
Minecraft: Java Edition
26.3
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
Meow Anti-Xray 1.7.0 更新日志
这是面向 Minecraft 26.3 的兼容性版本。
兼容性
- 更新 Minecraft 到 26.3(网络协议 777)。
- 更新 Fabric Loader 到 0.19.5、Fabric API 到 0.161.0+26.3。
- 更新 NeoForge 到 26.3.0.16-beta。
- Fabric 与 NeoForge 均要求 Java 25。
验证
- Fabric 与 NeoForge 均完成单元测试、双 loader 发布构建和实际开发服启动检查。
- 两端 26.3 网络假玩家压测均能进入 play 并收到区块包,2 客户端 25 秒样本均为 0 错误。
Meow Anti-Xray 1.7.0 Changelog
This release adds Minecraft 26.3 compatibility.
Compatibility
- Updated Minecraft to 26.3 (network protocol 777).
- Updated Fabric Loader to 0.19.5 and Fabric API to 0.161.0+26.3.
- Updated NeoForge to 26.3.0.16-beta.
- Both loaders require Java 25.
Verification
- Completed unit tests, dual-loader release builds, and real dev-server startup checks for Fabric and NeoForge.
- Both 26.3 network fake-player routes entered play and received chunk packets; the 2-client, 25-second samples completed with 0 errors on both loaders.
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:8pl8obwY:tQrz7WfD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8pl8obwY:tQrz7WfD"
}

