1

Random textures

Good10 4/19/13 8:55 am
194
4/19/2013 1:51 pm
hello , i want to make some random texture like random cubblestone and stuff but i dont know why can someone explain me very simply how to do it :/ ?
Posted by
Good10
Level 23 : Expert Cake
9

  Have something to say?

JoinSign in

4

Good10
04/19/2013 1:51 pm
Level 23 : Expert Cake
ty I will try it
1
samohtj
04/19/2013 1:01 pm
Level 52 : Grandmaster Lumberjack
Read this very carefully, it might get complicated:
  1. Inside your texture pack, make a folder titled "ctm".
  2. Inside that folder, make another folder titled "cobblestone".
  3. Copy/paste your two cobblestone textures into that folder, and name them 0.png and 1.png.
  4. Create a new text file in the cobblestone folder, and rename it "cobblestone.properties".
  5. Copy this exact code into the properties file.
    matchBlocks=4
    tiles=0 1
    method=random
    weights=1 1


    The weights rule controls how often each version of the cobblestone will appear. The way it is set up, the two textures will each appear half the time.
  6. Patch your minecraft with the latest version of MCPatcher or Optifine (I recommend MCPatcher).
1
Good10
04/19/2013 11:42 am
Level 23 : Expert Cake
no , i want to make 1 texture (cubble) to have 2 textures.
1
DJembrozio
04/19/2013 9:38 am
Level 15 : Journeyman Taco
If you want the texture of 1 block, to be the texture of another, you just need to copy the file, name it the same as the file for the block you want to replace, and when there is a pop up say to replace.

-DJembrozio
1

Welcome