1

We'll texture your minecraft!

1 diamonds

  • 109
    Views, 1 today
  • 6
    Comments
  • 0
    Favorites
  • Flag / Report

Get Embed Code

Forum:
HTML:
Link:
avatar catboy101ful
Level 10 : Journeyman Warrior
Posted 04/02/12 11:12:52 am
04/02/12
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!

Additional Details

Tags:Lets Play

More Blogs by catboy101fulView All

Update #1 : 04/02/2012 10:56:14 pm4/02/12

New Image

Join us to post comments.

Comments : 6

1 - 6 of 6

catboy101ful
Level 10
Journeyman Warrior
April 6, 2012, 6:30 pm

catboy101ful
Level 10
Journeyman Warrior
April 6, 2012, 6:29 pm

here is a link for a video on how to create a block on minecraft (mac, but it works just like pc)

catboy101ful
Level 10
Journeyman Warrior
April 6, 2012, 6:29 pm

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;
    }
}

catboy101ful
Level 10
Journeyman Warrior
April 6, 2012, 6:27 pm

well not only texture your minecraft, but we will mod your minecraft!

catboy101ful
Level 10
Journeyman Warrior
April 6, 2012, 6:19 am

                                                     Shoutout 4/6/2012


2 days ago was my b-day and it was amazing!

catboy101ful
Level 10
Journeyman Warrior
April 2, 2012, 8:50 am

                                                              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 - 6 of 6