作者:rebot | 分类:模组
Minecraft 版本: 1.20.4
平台: neoforge
标签: optimization utility

Get massive FPS improvements by completely disabling all particle effects! This core mod uses ASM bytecode transformation to prevent particles from spawning at the lowest level.
This mod uses ASM (bytecode manipulation) to patch Minecraft's core particle system:.
Patches World.spawnParticle - Intercepts all particle spawn calls and returns immediately.
This approach is far more effective than event-based cancellation because it happens at the bytecode level before particles are even created.
请登录后举报
暂无评论,抢个沙发吧~