Unrestrict init. rotation
[minetest_shifted_blocks.git] / README.md
blob26aa3ec843dad525067353aabf49d57d9a70c0eb
1 # Shifted Blocks
3 This mod adds shifted block variants which have their textures offset from their original.
5 Nice for building. Other mods can use an API to add more shifted blocks (see `API.md`).
7 This mod has no hard dependencies.
9 ## List of blocks
11 If you use Minetest Game, the following shifted blocks are added:
13 * Shifted Stone Block
14 * Shifted Desert Stone Block
15 * Shifted Sandstone Stone Block
16 * Shifted Desert Sandstone Block
17 * Shifted Silver Sandstone Block
18 * Shifted Obsidian Block
19 * Shifted Gold Block
20 * Shifted Bronze Block
21 * Shifted Copper Block
22 * Shifted Tin Block
23 * Shifted Steel Block
25 If you do not use Minetest Game, shifted blocks may still be added by other mods.
27 ## Crafting
29 To get 2 shifted blocks:
31     XX
33 To get 2 original blocks:
35     SS
37 * `X` = original block
38 * `S` = shifted block
40 ## Known bugs
42 * This mod may have problems with textures other than 16×16.
43 * Rotation with screendriver may look ugly
44 * Initial rotation may look ugly as well (because unrestricted)
46 ## License
48 WTFPL.