Jump to content

Multi-textured blocks


Dorky106

Recommended Posts

What wondering how to pull off the multi texturing of a block.

Can't seem to find any tutorials on it that work so thought I would ask for help here.

 

Edit to show what I have here you go.

 

@SideOnly(Side.CLIENT)

private IIcon iconT, iconF;

 

@SideOnly(Side.CLIENT)

public void registerIcons(IIconRegister par1){

iconT = par1.registerIcon(References.MODID + ":GemGen.png");

iconF = par1.registerIcon(References.MODID + ":GemGenTop.png");

}

 

@SideOnly(Side.CLIENT)

public IIcon getIcon(int i, int meta){

if(i==1) return iconT ;

else return iconF;

}

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.