minetest_shifted_blocks/README.md

41 lines
735 B
Markdown
Raw Normal View History

2017-06-08 07:15:19 -07:00
# Shifted Blocks
Adds shifted block variants which have their textures offset from their original.
Nice for building. Other mods can use an API to add more shifted blocks (see `API.md`).
This mod has no hard dependencies.
## Minetest Game
For Minetest Game, the following shifted blocks are added:
* Shifted Stone Block
* Shifted Desert Stone Block
* Shifted Sandstone Stone Block
* Shifted Desert Sandstone Block
* Shifted Silver Sandstone Block
* Shifted Obsidian Block
* Shifted Gold Block
* Shifted Bronze Block
* Shifted Copper Block
* Shifted Tin Block
* Shifted Steel Block
## Crafting
To get 2 shifted blocks:
XX
* `X` = original block
To get 2 original blocks:
SS
* `S` = shifted block
## License
WTFPL.