Update README.md

This commit is contained in:
Craig Davison 2015-08-26 11:13:03 +01:00
parent 3d35aa4057
commit 9c717c4d3b
2 changed files with 59 additions and 5 deletions

38
.gitignore vendored Normal file
View File

@ -0,0 +1,38 @@
#--------------------------------------------------------
# Ignore these files when committing to a git repository.
# See https://git-scm.com/docs/gitignore
#--------------------------------------------------------
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msm
*.msp
*.lnk
# OS X
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Linux
*~
.directory
.Trash-*

View File

@ -1,8 +1,24 @@
# Coloured Stone Bricks
# Coloured stone bricks
![Screenshot](https://raw.githubusercontent.com/CraigyDavi/colouredstonebricks/master/screenshot.png)
This mod adds coloured stone bricks! These are decorative blocks which would look nice on any building or creation.
**Depends:** default, dye
**License:** Code and textures, CC BY-SA 4.0
**Installation:** Unzip the file and rename it to "colouredstonebricks". Then move it to the mod directory.
* **[Minetest Forum Topic](https://forum.minetest.net/viewtopic.php?id=8784)**
* **[GitHub Repository](https://github.com/CraigyDavi/colouredstonebricks)**
- Forum Topic: https://forum.minetest.net/viewtopic.php?id=8784
## Installation
**Depends:** default, dye, stairsplus?
[Download](https://github.com/CraigyDavi/colouredstonebricks/archive/master.zip) & unzip the mod, then rename it to "colouredstonebricks" and move the folder into your minetest/mods folder.
## License
```
Copyright (c) 2014-2015 Craig Davison <craig@davison.io>
This work is free. You can redistribute it and/or modify it under the
terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.
```