minetest_shifted_blocks/README.md

49 lines
1020 B
Markdown
Raw Permalink Normal View History

2017-06-08 07:15:19 -07:00
# Shifted Blocks
2017-06-08 07:18:42 -07:00
This mod adds shifted block variants which have their textures offset from their original.
2017-06-08 07:15:19 -07:00
Nice for building. Other mods can use an API to add more shifted blocks (see `API.md`).
This mod has no hard dependencies.
2017-06-08 07:18:42 -07:00
## List of blocks
2017-06-08 07:15:19 -07:00
2017-06-08 07:18:42 -07:00
If you use Minetest Game, the following shifted blocks are added:
2017-06-08 07:15:19 -07:00
* 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
2017-06-08 07:18:42 -07:00
If you do not use Minetest Game, shifted blocks may still be added by other mods.
2017-06-08 07:15:19 -07:00
## Crafting
To get 2 shifted blocks:
XX
To get 2 original blocks:
SS
2017-06-08 07:18:42 -07:00
* `X` = original block
2017-06-08 07:15:19 -07:00
* `S` = shifted block
2017-06-08 07:18:42 -07:00
## Known bugs
2017-06-08 08:01:39 -07:00
* This mod may have problems with textures other than 16×16.
* Rotation with screendriver may look ugly
2017-06-08 08:06:10 -07:00
* Initial rotation may look ugly as well (because unrestricted)
2017-06-08 07:18:42 -07:00
2017-06-08 07:15:19 -07:00
## License
WTFPL.