I want to use Minecraft.getMinecraft().objectMouseOver to get the entity I'm looking at, but it does not work for server side. Is there any server side way I can do this?
I added the dependency for the JEI and I got this error when trying to setupDecompWorkspace
I also downloaded the mod and put it in the mods folder of my workspace and in the lib folder too
When ever I run my mod my block always looks like a cube instead of its model
Also this is printed out in the console:
OBJLoader.Parser: command 's' (model: '[My model location]') is not currently supported, skipping
this is my code for rendering:
I rendered my block with no errors except my "block" is a cube. I used this method because It allows me to rotate the block using OpenGL
This is my rendering Code:
I have a block and it is using an OBJ file and everything works except I want to rotate it depending on the time. I tried different things but I could not get it to work.