Posted July 11, 201312 yr Hello everyone I'm almost finished with my mod. But i don't understand where i actually have to put the textures for the items, Blocks And Mobs. So i try to put it in my zip in a folder that i named textures without success. So what do i have to change to my code and to the code for my mob? Here is a little bit of my code: Mob Texture code: this.texture = "/textures/OpticalItems/Mobs/Salamander.png"; And my normal block and item texture code: Item: MilensiaBlade = new BladeItems (2039).setUnlocalizedName("MilensiaBlade"); Block: MilensiaOre= new MilensiaOre(3609, "MilensiaOre").setUnlocalizedName("MilensiaOre").setHardness(70.0F).setStepSound(Block.soundStoneFootstep).setResistance(2000.0F); Already Thanks!
July 11, 201312 yr http://www.minecraftforum.net/topic/1878002-161forgeupdating-to-161-texturesinitialization/ If you guys dont get it.. then well ya.. try harder...
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.