i dunno if this has changed but last i checked every item slot in minecraft's GUI was also rendering one of these 3D items except that they're rotated so they look like 2D images and as far as i know there's no caching going on
meanwhile block game just caches 2d images to use as an icon for every item in the game at startup because uhh, hello?? why wouldn't you do that???
before i started block game there were lots of things in minecraft that made me go "that's weird why wouldn't they do it this better way? i guess the microsoft funded multi billion dollar studio must have a good reason for it"
and now that i've been making block game i am starting to strongly suspect they do not, in fact, have a good reason for it
@eniko I think this is a common thing! Developing software at scale necessitates streamlining, and the best way to streamline is to commodify the software process: remove custom code, cleverness, optimisation tricks, etc. and just rely more on brute force / volume when it's even slightly cost effective to do so.
Most for-profit software is unimaginably bad in ways you can only begin to imagine that just wouldn't fly if developed by individuals or in community settings.