Mitchellbrine / DiseaseCraft-2.0

A new evil awakens, more powerful than before... Let the evil rise and disease plague them all...
GNU Lesser General Public License v3.0
5 stars 0 forks source link

[2.2.0.2a] Performance Drop #11

Closed Mitchellbrine closed 8 years ago

Mitchellbrine commented 8 years ago

This seems to be because of the HUGE amount of checking every time we check for Diseased Crops. Goes down to 1.XXX tps.

Mitchellbrine commented 8 years ago

Alright, adding in config options to help let people reduce this! (Also might add in some methods for letting modpack makers (or mod makers) add in custom diseased crop places

Mitchellbrine commented 8 years ago

Alright, it seems to be in the lifecycle updates in the LivingUpdateEvent that seem to be causing issues. Might play around with frequency. Nothing should be checked more than once a second now.

Mitchellbrine commented 8 years ago

Performance is slightly better now, but there's still lots of trouble. :/

Mitchellbrine commented 8 years ago

Fixed in the latest push!