Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Particles ignore particles setting #82

Open
sfPlayer1 opened this issue May 15, 2015 · 5 comments
Open

Particles ignore particles setting #82

sfPlayer1 opened this issue May 15, 2015 · 5 comments

Comments

@sfPlayer1
Copy link

The particle spawn rate should take the game setting into account, reducing the particles to maybe 50% and 10% respectively. Their simulation is quite performance intense as well, there's certainly room for improvement.

@LoveHoly
Copy link

what particle?
barrel? sieve?

@sfPlayer1
Copy link
Author

Any, but the sieve ones are the most problematic with their gravity collision checks.

@LoveHoly
Copy link

Automatic sieve particles exist disable option.
Barrel particles is Ex Nihilo control...

@sfPlayer1
Copy link
Author

Well the point of the option is obviously to only reduce them, besides being the one exposed to the user. You can easily implement it as mentioned above by adding e.g.:

if (worldObj.rand.nextInt(9) < 9 - Minecraft.getMinecraft().gameSettings.particleSetting * 4) return;

at the start of TileEntitySieveAutomatic.spawnFX.

@Nio9345
Copy link

Nio9345 commented May 2, 2016

I still can't find the option to disable the autosieve particles.... I have optifine installed and I can't disable them....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants