[Informative] Some TE's with no updateEntity override
spannerman79 opened this issue ยท 2 comments
Server: KCauldron (using my own build forked from build 152 of KCauldron)
Draconic-Evolution-1.7.10-1.0.2-Snapshot_9.jar
BrandonsCore-1.0.0.10-bugfix.jar
com.brandon3055.draconicevolution.common.tileentities.TileParticleGenerator with canUpdate set to true and no updateEntity override!. Please report to mod author as this can hurt performance
com.brandon3055.draconicevolution.common.tileentities.multiblocktiles.TileInvisibleMultiblock with canUpdate set to true and no updateEntity override!. Please report to mod author as this can hurt performance.
Is this intended behavior or something that needs to be addressed?
Hmm... Its a very minor thing but i guess it couldn't hurt do disable updating for those blocks. This would be more of an issue if the blocks in question were used for something like decoration where you can have a lot of them.