Update README

master
Jordan Irwin 2017-08-15 16:20:57 -07:00
parent 42f0aa06f5
commit 1621ae31a2
1 changed files with 19 additions and 8 deletions

View File

@ -1,22 +1,33 @@
## *Glass* Mod for [Minetest][]
## Glass Mod for [Minetest][]
---
### **Description:**
Minetest mod that intends to replace glass nodes from the [default[] mod in [minetest_game][] & add colored glass & other enhancements.
Minetest mod that replaces glass nodes from the [default][] mod in [minetest_game][] & adds colored glass & other enhancements.
***NOTE:*** *This mod is a work-in-progress. The goal is to override [default:glass][] to use [hardware node coloring][node coloring]. For a working glass mod with node coloring, check out* **[stained_glass][]**.
***NOTE:*** *This mod is a **work-in-progress**. Not all glass nodes have been yet added.*
---
### **Features:**
- Creates glass-like nodes.
- If *[unifieddyes][]* is present, nodes can be colored with dyes.
- Compatible with *[default][]* mod.
---
### ***Licensing:***
See [LICENSE.md](LICENSE.md)
- LGPL
- CC BY-SA
- See: [LICENSE.md](LICENSE.md)
[Minetest]: http://www.minetest.net/
[default:glass]: https://github.com/minetest/minetest_game/blob/120e96938ddf7db55849a87bce5d5313733d95ce/mods/default/nodes.lua#L2297
[minetest_game]: https://github.com/minetest/minetest_game
[node coloring]: https://github.com/minetest/minetest/pull/4986
[stained_glass]: https://forum.minetest.net/viewtopic.php?t=4904
[default]: https://github.com/minetest/minetest_game/blob/master/mods/default
[minetest_game]: https://github.com/minetest/minetest_game
[unifieddyes]: https://forum.minetest.net/viewtopic.php?t=2178