From 603297cc352cab685dd01dcd645999624ad17c0b Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Mon, 30 Mar 2015 11:55:29 +0100 Subject: Add texture overriding --- doc/texture_overrides.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 doc/texture_overrides.txt (limited to 'doc') diff --git a/doc/texture_overrides.txt b/doc/texture_overrides.txt new file mode 100644 index 000000000..559591184 --- /dev/null +++ b/doc/texture_overrides.txt @@ -0,0 +1,35 @@ +Texture Overrides +================= + +You can override the textures of a node from a texture pack using +texture overrides. To do this, create a file in a texture pack +called override.txt + +Basic Format +------------ + +Each line in an override.txt file is a rule. It consists of + + nodename face-selector texture + +For example, + + default:dirt_with_grass sides default_stone.png + +You can use ^ operators as usual: + + default:dirt_with_grass sides default_stone.png^[brighten + +Face Selectors +-------------- + +| face-selector | behavior | +|---------------|---------------------------------------------------| +| left | x- | +| right | x+ | +| front | z- | +| back | z+ | +| top | z+ | +| bottom | z- | +| sides | x-, x+, z-, z+ | +| all | All faces. You can also use '*' instead of 'all'. | -- cgit v1.2.3