Minecraft Blogs / Let's Play

We'll texture your minecraft!

  • 295 views, 1 today
  • 1
  • 0
  • 6
catboy101ful's Avatar catboy101ful
Level 17 : Journeyman Warrior
4
hello,well make texture packs of your liking. That would happen when: i send out a new texture pack,skin,mod,or project i will post a comment saying: First 3 people to download and comment get a texture pack how ever they want it by me.
Just send me a message!
Tags

1 Update Logs

Update #1 : by catboy101ful 04/02/2012 10:56:14 pmApr 2nd, 2012

New Image

Create an account or sign in to comment.

catboy101ful
04/06/2012 10:30 pm
Level 17 : Journeyman Warrior
catboy101ful's Avatar
1
catboy101ful
04/06/2012 10:29 pm
Level 17 : Journeyman Warrior
catboy101ful's Avatar
here is a link for a video on how to create a block on minecraft (mac, but it works just like pc)
1
catboy101ful
04/06/2012 10:29 pm
Level 17 : Journeyman Warrior
catboy101ful's Avatar
If you want to create your own BLOCK here is the block template: package net.minecraft.src;
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;
}
}
1
catboy101ful
04/06/2012 10:27 pm
Level 17 : Journeyman Warrior
catboy101ful's Avatar
well not only texture your minecraft, but we will mod your minecraft!
1
catboy101ful
04/06/2012 10:19 am
Level 17 : Journeyman Warrior
catboy101ful's Avatar
Shoutout 4/6/2012

2 days ago was my b-day and it was amazing!
1
catboy101ful
04/02/2012 12:50 pm
Level 17 : Journeyman Warrior
catboy101ful's Avatar
Shoutout 4/2/2012

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
1
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome