Update README

master
Jordan Irwin 2021-05-26 19:04:16 -07:00
parent 839cd60a28
commit b879807c3d
1 changed files with 21 additions and 20 deletions

View File

@ -1,35 +1,36 @@
## Glass Mod for [Minetest][]
## Glass Mod for Minetest
---
### **Description:**
### Description:
Minetest mod that replaces glass nodes from the [default][] mod in [minetest_game][] & adds colored glass & other enhancements.
[Minetest][] mod that makes [default glass nodes][default] colorable.
- [Forum thread](https://forum.minetest.net/viewtopic.php?t=18307)
***NOTE:*** *This mod is a **work-in-progress**. Not all glass node types have been added.*
***NOTE:*** *This mod is a **work-in-progress**. Not all glass nodes have been yet added.*
![screenshot](screenshot.png)
![Screenshot](screenshot.png)
---
### **Features:**
- Creates glass-like nodes.
- If *[unifieddyes][]* is present, nodes can be colored with `unifieddyes:airbrush`.
- Compatible with *[default][]* mod.
---
### ***Licensing:***
--------------
### Licensing:
- [MIT](LICENSE.txt)
-----------------
### Dependencies:
Required:
- [default][]
- [unifieddyes][]
----------
### Links:
- [Forum](https://forum.minetest.net/viewtopic.php?t=18307)
- [Git repo](https://github.com/AntumMT/mod-glass)
- [Changelog](changelog.txt)
- [TODO](TODO.txt)
[Minetest]: http://www.minetest.net/
[node coloring]: https://github.com/minetest/minetest/pull/4986
[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