Перейти к содержимому
Mineforgian

Particle Culling

Stops rendering particles that the player cannot see.

481K загрузок76 подписчиковMITforge

Обновлён 12 мая 2024 г. · опубликован 18 ноября 2022 г.

Functionality

This mod is a client-side performance enhancing mod, which stops particles that are outside the player's view from rendering. It has the potential to significantly increase FPS, especially in areas with lots of particles.

Config

  • cullBehindBlocks - Set this to false if you do not want to cull particles that technically are in the player's view but are obstructed by blocks.
  • cullBehindGlass - Set this to true if you don't want particles to be rendered behind glass and other transparent blocks. This does nothing if "cullBehindBlocks" is turned off.
  • cullInSpectator - Set this to false to disable particle culling while being in spectator mode. This is useful to take screenshots without having particles removed.
  • blockBuffer - The minimum amount of blocks behind which particles start to get culled. Only effective if "cullBehindBlocks" is turned on.
  • cullingEnabled - Set this to false to disable all of particle culling's features.
  • ignoredParticles - Add particle classes here that should be ignored by Particle Culling. Example: To ignore Minecraft's breaking particles and any derivates, add "net.minecraft.client.particle.ParticleBreaking" to the list. This config setting already has some mods' particle classes included, which are known to not work, or are supposed to be shown through blocks.

Showcase

Here's a short showcase of the mod in action. Depending on the circumstances, your results may vary.

You are allowed to use this mod in any modpack.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
v1.4.3Релиз1.12.2forge12 мая 2024 г..jar (17 КБ)
v1.4.2Релиз1.12.2forge3 апреля 2024 г..jar (17 КБ)
v1.4.1Релиз1.12.2forge15 марта 2023 г..jar (17 КБ)
v1.4Релиз1.12.2forge13 марта 2023 г..jar (17 КБ)
v1.3.1Релиз1.12.2forge18 ноября 2022 г..jar (15 КБ)

Ченджлог

v1.4.3Релиз1.12.2 · 12 мая 2024 г.
  • Fix Thaumcraft's focus bolt not showing up. This was fixed by adding thaumcraft.client.fx.beams.FXBolt to the default config. Existing configs need to be adjusted manually
  • Fix ignored particles flickering off when first spawning in
  • Fix item pickup animation flickering. One part of the fix for this was adding net.minecraft.client.particle.ParticleItemPickup to the default config. Existing configs need to be adjusted manually
v1.4.2Релиз1.12.2 · 3 апреля 2024 г.

Erroring particles are no longer culled. This fixes an issue where when one particle errors during the culling process, no other particles would be processed, leading to all particles to incorrectly disappear.

v1.4.1Релиз1.12.2 · 15 марта 2023 г.
  • Fix incompatibility with Valkyrien Skies
v1.4Релиз1.12.2 · 13 марта 2023 г.
  • Raytracing calculations are now done on a separate thread for increased performance

This version requires MixinBootstrap, or another mod that loads mixins.

v1.3.1Релиз1.12.2 · 18 ноября 2022 г.
  • Internal change to improve handling when shaders are active

This version requires MixinBootstrap, or another mod that loads mixins.

Полная история изменений — на Modrinth.

Комментарии

Загружаем…