Wiki

Clone wiki

mcpatcher / CTM_Methods

CTM Methods

Full CTM (method=ctm)

assets/minecraft/mcpatcher/ctm/myglass/glass.properties:

matchBlocks=glass
method=ctm
tiles=0-46

The tiles must be separate png files in the assets/minecraft/mcpatcher/ctm/myglass directory following this pattern:

method=ctm

The image above shows the pattern of the 47 tiles. In your texture pack you must provide 47 separate image files, not just a single tilesheet.

Horizontal CTM (method=horizontal)

Horizontally-connected CTM follows this pattern. Again, use 4 separate images, not a tilesheet.

method=horizontal

Vertical CTM (method=vertical)

Vertically-connected CTM follows this pattern:

method=vertical

Combined horizontal and vertical CTM (method=horizontal+vertical, method=vertical+horizontal)

Horizontal+vertical and Vertical+horizontal combine the two, favoring one over the other. Each requires 7 tiles.

Template by Misa

Random (method=random)

Fixed (method=fixed)

Repeat (method=repeat)

Updated