
Switch to ASM subclassing for Sorting tiles.
Dynious opened this issue ยท 1 comments
Use @dmillerw's ASM magic (https://github.com/dmillerw/ASMTemplates) to create subclasses 'dynamicly' without depending on the classes we are extending from.
Showing the user that the tile they are looking at should be done in a new way. We should not make a new renderer for every different block, but render some kind of overlay on Sorting blocks the player is looking at. Probably pretty easily done with Forge events.