Posted August 10, 201411 yr Hi guys. I'm new on modding and java but my question not for java. I'm learning modding Pahimar's videos... Here its my mod -- https://github.com/Taifuru/Tutorial/ And I'm learning tileentity's from this tutorial -- http://www.minecraftforge.net/wiki/Rendering_a_Techne_Model_as_a_Block And its my problem the not rendering the right spot
August 11, 201411 yr It looks like you need to offset your models render positions by +1 in y and either +1 or -1 in x or z (I can't tell from the image) You can do this in your GL11.glTranslated or GL11.glTranslatef call.
August 11, 201411 yr Author yeah i tried this solution and its worked but want to know why its like this first time. its should be right spot i think
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.