MC Modding
Please register and join the community!


Join the forum, it's quick and easy

MC Modding
Please register and join the community!
MC Modding
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[Answered] cactus texture

2 posters

MC Modding :: Help :: Help

Go down

  [Answered] cactus texture Empty [Answered] cactus texture

Post by AthosZBrogi Sun Oct 30, 2011 11:26 pm

How would you set the texture for a block like a cactus, were its a bit smaller than an origanal block


Last edited by AthosZBrogi on Mon Oct 31, 2011 12:14 am; edited 1 time in total

AthosZBrogi
Member

Posts : 12
Join date : 2011-10-24
Age : 26

Back to top Go down

  [Answered] cactus texture Empty Re: [Answered] cactus texture

Post by ikke009 Sun Oct 30, 2011 11:55 pm

look here
https://mcmodding.4umer.com/t40-creating-mods-block-manipulation
then at the part with the pictures of blocks, and the text near it
ikke009
ikke009
Member

Posts : 65
Join date : 2011-10-24
Age : 29
Location : The netherlands

Back to top Go down

  [Answered] cactus texture Empty Re: [Answered] cactus texture

Post by AthosZBrogi Mon Oct 31, 2011 12:13 am

Thanks for your help

AthosZBrogi
Member

Posts : 12
Join date : 2011-10-24
Age : 26

Back to top Go down

  [Answered] cactus texture Empty Re: [Answered] cactus texture

Post by ikke009 Mon Oct 31, 2011 10:37 am

np, btw this is the code from the cactus block that makes it render as such
Code:

 public boolean renderAsNormalBlock()
    {
        return false;
    }
 public int getRenderType()
    {
        return 13;
    }
ikke009
ikke009
Member

Posts : 65
Join date : 2011-10-24
Age : 29
Location : The netherlands

Back to top Go down

  [Answered] cactus texture Empty Re: [Answered] cactus texture

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

MC Modding :: Help :: Help

 
Permissions in this forum:
You cannot reply to topics in this forum