We'll texture your minecraft!
1 diamonds
Just send me a message!
Additional Details
| Tags: | Lets Play |
More Blogs by catboy101fulView All
2012-06-01 22:42:34
by catboy101ful
2012-09-15 21:56:16
by catboy101ful
Update #1 : 04/02/2012 10:56:14 pm4/02/12
Join us to post comments.
Comments : 6
1 - 6 of 6
1 - 6 of 6










Reply
Delete
catboy101ful
Level 10
Journeyman Warrior
April 6, 2012, 6:30 pm
Reply
Delete
catboy101ful
Level 10
Journeyman Warrior
April 6, 2012, 6:29 pm
Reply
Delete
catboy101ful
Level 10
Journeyman Warrior
April 6, 2012, 6:29 pm
import java.util.Random;
public class BlockNew extends Block
{
public BlockNew(int blockID)
{
super(blockID, 74, Material.wood);
blockIndexInTexture = 20;
}
public int getBlockTextureFromSide(int side)
{
if(side==1) //Top of block
{
return 43;
}
return blockIndexInTexture;
}
public int quantityDropped(Random random)
{
return 64;
}
public int idDropped(int i, Random random)
{
return Block.wood.blockID;
}
public void onEntityWalking(World world, int x, int y, int z, Entity entity)
{
// Add to the entities upward velocity to send them up into the air
entity.motionY += 2.0;
}
}
Reply
Delete
catboy101ful
Level 10
Journeyman Warrior
April 6, 2012, 6:27 pm
Reply
Delete
catboy101ful
Level 10
Journeyman Warrior
April 6, 2012, 6:19 am
2 days ago was my b-day and it was amazing!
Reply
Delete
catboy101ful
Level 10
Journeyman Warrior
April 2, 2012, 8:50 am
I'm working on a texture pack called Call of Crafting....
Its about COD. And if you want anything in specific in that texture pack send me a message with somewhere in there saying: password = COC