How to change block texture on each side?
Page 1 of 1 • Share •
How to change block texture on each side?
The title says it all
How to change block texture on each side?
I tried
But it doesnt seem to work, recompile works, reobf works, just the image doesnt work, the top and bottom of the block seems to be the purple-ish block texture in terrain.png and the command prompt keep saying
Overriding /terrain.png @ (this is number from 50+ to 255).....
when it hits 255, the game crash, which is normal for this error
Anyone know how other mods change block texture on each side?
How to change block texture on each side?
I tried
- Code:
public int getBlockTextureFromSide(int i)
{
if(i == 1 || i==0) //1 is top, 0 is bottom
{
return blockIndexInTexture = ModLoader.addOverride("/terrain.png", "/WEmod/travelb/top.png");
}
else{return blockIndexInTexture;}
}
But it doesnt seem to work, recompile works, reobf works, just the image doesnt work, the top and bottom of the block seems to be the purple-ish block texture in terrain.png and the command prompt keep saying
Overriding /terrain.png @ (this is number from 50+ to 255).....
when it hits 255, the game crash, which is normal for this error
Anyone know how other mods change block texture on each side?

Will.Ez- Iron Miner
- Posts: 52
Join date: 2011-04-22
Age: 15
Re: How to change block texture on each side?
Kaekae has a function for this. Take a look.
Ziddia- Admin

- Posts: 168
Join date: 2011-04-22

Re: How to change block texture on each side?
Ziddia wrote:Kaekae has a function for this. Take a look.
Where would I find this function? I too would like to do this
Coolio_G- Recruit
- Posts: 2
Join date: 2012-01-25
Re: How to change block texture on each side?
Please move to the new forum, http://www.zidmc.info

_1Greg1_- Gold Miner
- Posts: 82
Join date: 2011-04-26
Age: 14
Similar topics» A little side project
» Farewell, Block.
» Texans Trading Block
» Ovie Mughelli 92fb Jeremy Shockey 82Te and Erik Coleman 80 ss on the block
» The Change button?
» Farewell, Block.
» Texans Trading Block
» Ovie Mughelli 92fb Jeremy Shockey 82Te and Erik Coleman 80 ss on the block
» The Change button?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum