Register the simple block rendering handler
This version will not call getRenderId on the passed in handler, instead using the supplied ID, so you
can easily re-use the same rendering handler for multiple IDs
Register the event bus for the mod and the controller for error handling
Returns if this bus was successfully registered - disabled mods and other
mods that don't need real events should return false and avoid further
processing
Called to do the actual rendering, see ItemRenderType for details on when specific
types are run, and what extra data is passed into the data parameter.
Reorganize the internal chunk list so that the chunk supplied is at the *end* of the list
This helps if you wish to guarantee a certain "automatic unload ordering" for the chunks
in the ticket list