[Answered] cactus texture
2 posters
MC Modding :: Help :: Help
Page 1 of 1
[Answered] cactus texture
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 : 27
Re: [Answered] cactus texture
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
https://mcmodding.4umer.com/t40-creating-mods-block-manipulation
then at the part with the pictures of blocks, and the text near it
ikke009- Member
- Posts : 65
Join date : 2011-10-24
Age : 30
Location : The netherlands
Re: [Answered] cactus texture
Thanks for your help
AthosZBrogi- Member
- Posts : 12
Join date : 2011-10-24
Age : 27
Re: [Answered] cactus texture
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- Member
- Posts : 65
Join date : 2011-10-24
Age : 30
Location : The netherlands
Similar topics
» Mob Texture Problem
» [Answered]Reobfuscate
» [answered] Help with crashing
» [Answered] ore mining help
» [answered]What is wrong with my code?
» [Answered]Reobfuscate
» [answered] Help with crashing
» [Answered] ore mining help
» [answered]What is wrong with my code?
MC Modding :: Help :: Help
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum