AtomicBlom / ShearMadness

A stupid mod about making sheep more aesthetically pleasing.
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Out of Memory Exception when running for a long time #6

Closed AtomicBlom closed 8 years ago

AtomicBlom commented 8 years ago

Leaving the game running causes a lot of TexturedQuads to be made that don't seem to be released by garbage collection.

Find a way to hash the NBT of the chisel item stack and cache the hell out of models.

AtomicBlom commented 8 years ago

Fixed in master