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

Vixmoyy's No Particles

A pack that boosts performance by preventing particles from rendering, compatible with most mods.

Загрузки
2K
Подписчики
2
Обновлён
16 апреля 2026 г.
Лицензия
CC-BY-SA-4.0

Опубликован 13 апреля 2026 г.

A simple resource pack that removes all particles from the game using core shaders, even modded ones!


• How?

Instead of overwriting particle textures, this pack simply tells the game not to render them at all. This results in better performance and a true no particle experience.

• Sodium?

You can use this resource pack with Sodium if you have the Sodium Core Shader Support mod installed; it may display a warning stating that it may be incompatible, although it should work just fine.

• >1.17?

No, it is not possible to port this to pre 1.17 versions because core shaders could not be modified through resource packs before that.

• Modpacks?

You may use this resource pack in your modpacks as long as you provide a visible link to this page and dont claim it as your own, this does not apply to modpacks using this resource pack uploaded before this note was added.


Nerdy Stuff

particle.fsh

#version 330

void main()
{
    discard;
}

particle.vsh

#version 330

void main()
{
    gl_Position = vec4(0.0, 0.0, 0.0, 0.0);
}
More Compat Info

VulkanMod

🟨 Iris Shaders (doesnt work while using shaders)

ScalableLux

Particle Core

Ченджлог

1.0.0-26.1Релиз26.2-rc-1, 26.2-rc-2, 26.2 · 16 апреля 2026 г.

First 26.1 release.

1.0.0-1.17Релиз24w13a, 24w14potato, 24w14a · 16 апреля 2026 г.

First 1.17 release.

Комментарии

Загружаем…