From 9c717c4d3b5267da9e0c0f4a8442fe2f4ad3c039 Mon Sep 17 00:00:00 2001 From: Craig Davison Date: Wed, 26 Aug 2015 11:13:03 +0100 Subject: [PATCH] Update README.md --- .gitignore | 38 ++++++++++++++++++++++++++++++++++++++ README.md | 26 +++++++++++++++++++++----- 2 files changed, 59 insertions(+), 5 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6c4e81c --- /dev/null +++ b/.gitignore @@ -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-* diff --git a/README.md b/README.md index a311b5b..411bd46 100644 --- a/README.md +++ b/README.md @@ -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 + +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. +```