I am currently working on a mod which needs to use the special renderer, but I am having a few issues.
For a start, the WorldRenderer class doesn't have the begin(); method that is required, I am also unable to add arguments for the TileEntity (extends TileEntitySpecialRenderer<TileEntity....>, I can't add <TileEntity....>) to the special renderer class (although this may not be an issue), and when loading a world, I get the following error:
I believe that the renderer class is causing this because that is all that I have changed since last loading the game properly. The code I am using is:
The renderer.begin(); is commented out because it gives the error: " The method begin(int, VertexFormat) is undefined for the type WorldRenderer "
It would be great if someone could help because I have spent a long time on this mod and I don't want to have to abandon it, having already spent a very long time searching for answers within the code and documentation on the internet.
All mod code here: https://github.com/TheXnator/TheXnatorsMods/tree/master/ComputerMod1.8.9/src/main/java/thexnator/computermod