Jump to content

Custom Colormaps for my Grass and Leaves


alttbm

Recommended Posts

I can't seem to Figure out how

 

 

Edit0:

 

Edit1: I Cloned The Default Grass and Leaves Blocks and changes them to show my textures, but that's pretty basic. I want to change the grass color and leaves color to my colormaps

 

Edit2: my grass block code      works but how do I use a custom grasscolor.png

    public void registerIcons(IconRegister register)
    {
        this.blockIcon = register.registerIcon(Reference.MOD_ID + ":" + (this.getUnlocalizedName().substring(5)) + "_side");
        this.iconGrassTop = register.registerIcon(Reference.MOD_ID + ":" + (this.getUnlocalizedName().substring(5)) + "_top");
        this.iconSnowSide = register.registerIcon(Reference.MOD_ID + ":" + (this.getUnlocalizedName().substring(5)) + "_side_snowed");
        this.iconGrassSideOverlay = register.registerIcon(Reference.MOD_ID + ":" + (this.getUnlocalizedName().substring(5)) + "_side_overlay");
        
    }

 

 

 

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.