Calm Down, Particles!

Quick rating

Calm Down, Particles!

No reviews yet

Fixes an ignored bug that I can't ignore.

No Theme
No Genre
Client Utility
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
CalmDownParticles-MC1.16.1-1.1.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Calm Down, Particles!

full_calm-down-particles_downloads.svg License-Public Domain-green.svg?style=flat-square
Mod Version-1.0-green.svg?style=flat-square MC Version-1.16.1-darkblue.svg?style=flat-square1.15.2-blue.svg?style=flat-square Mod Loader-Forge-red.svg?style=flat-square Mixin-0.8.1-green.svg?style=flat-square

This mod fixes a annoying Forge bug: "Particles sometimes 'losing' the lightmap and drawn as fullbright."

🔺 Reminder

  • Forge 1.16.1-32.0.59 didn't fix this issue correctly, so it still exists.
  • The author is NOT reponsible for breaking the game or your saves.
  • This mod may conflict with others and I don't have the duty to find it out for you.
  • You can make the mod available for 1.16.2 by editing META-INF/mods.toml by yourself.

📜 History

Forge allows custom particle types, therefore changing the rendering order of particles and causing particle issues. Forge tried to fix it but failed to fix the one with lighting.

I submitted the bug report and received no reply. Then I decided to fix it by myself.

📖 Description

All the particles will be rendered as fullbright sometimes when an entity picks up an item or an experience orb.

The mod fixes it.

📝 Configuration

The fix is not hacky, therefore does not need a configuration.

🔗 Dependencies

Required MixinBootstrap: For loading Mixins with Forge.

Incompatible Cull Particles: Necessarily conflict.

🤷 FAQ

Will it work on servers?

No. It's a client mod. If you install it on a server, it will have no effect.

May I give a suggestion about fixing other bugs?

Yes. But do it by sending private messages instead of opening an issue on Github.

May I use this in modpacks?

Do what you want to do. This mod is dedicated to the Public Domain.

Will you backport it to older versions?

No. However, technical details can be found on Github, so you may do it by yourself for 1.14.4.

Versions below 1.13 do not have this issue.

🧱 Technical Details

This mod use Mixins to perform the patch.

In 🆑net.minecraft.client.particle.ParticleManager

Overwrite 🟢renderPaticles

```plain /* To be converted into Injectors */

Runnable enable = () -> {
  • lightTextureIn.enableLightmap(); RenderSystem.enableAlphaTest(); RenderSystem.defaultAlphaFunc(); RenderSystem.enableDepthTest(); RenderSystem.enableFog(); RenderSystem.activeTexture(org.lwjgl.opengl.GL13.GLTEXTURE2); RenderSystem.enableTexture(); RenderSystem.activeTexture(org.lwjgl.opengl.GL13.GLTEXTURE0); }; RenderSystem.pushMatrix(); ```

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works