Hi there, I've recently come across a situation where I need to draw from the center of the screen but when doing so with bobbing on they will bob all over the screen due to the matrix transformation on the hand when turning off bobbing it will draw correctly. Is there any way you can add in an event after the hand has been drawn?
Semi related pr: https://github.com/MinecraftForge/MinecraftForge/pull/444
Hey guys, is there any hooks to renderEntity? I really need to render some 3D graphics which will only work if rendered in at renderEntity level. Thanks in advance, boris.
Hey guys, I'm new to Forge modding so bare with me.
Is it as simple as doing:
public void onPacketData(INetworkManager manager, Packet10Flying packet, Player player) {
for example?
Thanks in advance, Big.