Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Moonlit Performance Enhancement Module

Moonlit Performance Enhancement Module

Minecraft Optimization Specialist! Greatness needs no words!

49.2k
16
Optimization
Utility
AboutGalleryChangelogVersions
All versionsMoonlit Performance Enhancement Module 2.2.0

Moonlit Performance Enhancement Module 2.2.0

Download
Report

Changelog

Moonlit Performance Enhancement Module Changelog📝

  • 修复剔除功能失效问题
  • 细节(可能存在的不准确请忽略,非专业报告)
  • 异步路径追踪算法 (Async Path-Tracing) the async ddd
  • Spatial Hashing
  • 用途:快速定位相邻方块
  • 公式:hash = (x * 0x2B9F9F9FL) ^ (z * 0x7FB5D5L) ^ y
  • 3.多级回退策略 (Multi-Level Fallback)
  • 三级判定架构:
  • The photo
  • 4. 概率预筛选算法 (Probabilistic Pre-Check)
  • 用途:减少深度计算
  • 公式:
  • if (spatialHash % 100 < rejectionRate * 100) → 直接剔除
  • 参数:rejectionRate:配置控制(默认0.15)
  • 5. 连接性分析算法 (Connectivity Analysis)
  • 树叶剔除规则: for (方向 in 非对向4方向) { if (相邻方块是树叶) { if (++连接数 ≥ minConnections) return true; } }
  • 预计算优化:使用EnumMap缓存方向关系
  • 排除对向方向减少计算量
  • Fix Cull
  • Use Async Path-Tracing,Spatial Hashing,Multi-Level Fallback,Probabilistic Pre-Check,Connectivity Analysis,Cache Management,Dynamic Threading to cull

Files

!MoonlitPEM-Forge1.19.4_1.20.1-1.20.2_Cull.jar(163.3 KiB) Primary
Download

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Metadata

Release channel

Release

Version number

2.2.0

Loaders

NeoForge

Game versions

1.20.1

Downloads

21538

Publication date

July 14, 2025 at 5:03 AM

Publisher

ZCRAFT-NullPointerException

ZCRAFT-NullPointerException

Owner

Version ID

Modrinth is open source.

main@9fd0f68

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.