Posted May 11, 201411 yr Hey, I decided to add a new ore and ingot. it was easy enough, but when I went on the game I realized my ingot was way to big! My ingot :https://www.dropbox.com/s/4p0kqs5yrfyfcse/ingot.png normal ingot :https://www.dropbox.com/s/3iryizmh91gxe9f/ingot2.png What di I need to do?
May 11, 201411 yr lol ive never seen that before >.< thats cool i kinda want to know how you did it so i can do it you didnt change the resolution of the texture did you ?
May 11, 201411 yr Author lol ive never seen that before >.< thats cool i kinda want to know how you did it so i can do it you didnt change the resolution of the texture did you ? my texture is 16x16, thats all I did lol!
May 11, 201411 yr Author it looks like it rendering as a tool That's what I thought, do you know how to fix it?
May 11, 201411 yr Author wel could u post your code um, I didn't create a class for the item so heres the bit in the main class : ElderIngot = new Item().setUnlocalizedName("ElderIngot").setCreativeTab(StuffMod).setFull3D().setTextureName(modid + ":" + "ElderIngot"); GameRegistry.registerItem(ElderIngot, "ElderIngot");
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.