[Forge 1.16.5] getRenderType and getRenderColor are redundant and useless in ItemGeoRenderer
mcpecommander opened this issue ยท 1 comments
Starting from this line:
The two methods mentioned in the title are useless and don't get called. There are two identically named methods in IGeoRenderer that are used in the render method instead.
While these two methods don't hurt or crash anything, they are quite confusing since overriding them instead of the IGeoRenderer's ones will not run the code.
If you can possibly delete these two methods, it would make it clearer which to use.