Go to file
wsor4035 a368479955
fix link
2022-08-21 22:07:31 -04:00
.github/workflows add luacheck, github action for luacheck, fix luacheck warnings, remove depreciated files 2022-08-21 21:07:34 -04:00
textures Improve cage glass 2017-08-13 10:20:55 +01:00
.luacheckrc actually fix all luacheck warnings 2022-08-21 21:09:09 -04:00
README.md fix link 2022-08-21 22:07:31 -04:00
crafting.lua add luacheck, github action for luacheck, fix luacheck warnings, remove depreciated files 2022-08-21 21:07:34 -04:00
init.lua actually fix all luacheck warnings 2022-08-21 21:09:09 -04:00
license.txt Fixed license 2016-12-02 13:47:39 +00:00
mod.conf add luacheck, github action for luacheck, fix luacheck warnings, remove depreciated files 2022-08-21 21:07:34 -04:00
nodes.lua update nodes for new texture alpha options 2022-08-21 21:11:34 -04:00
screenshot.png Improve screenshot 2017-08-13 10:06:13 +01:00

README.md

abriglass

Stained glass Minetest mod by Shara RedCat which adds:

  1. Coloured glass.
  2. Patterned stained glass.
  3. Glass lights.
  4. One way windows.
  5. Portholes.
  6. Hidden light node.

Crafting

Plain abriglass can be crafted using default glass. Coloured glass can then be made using this and dye.

Glass lights can be crafted using glass, dye and torches.

Patterned glass can be crafted using combinations of coloured glass.

One way windows can be crafted using their wall type, glass and a mese crystal fragment.

Hidden light is not in the inventory, has no recipes and can only be acquired through commands. This is an invisible node which can be walked through and is intended to provide gentle lighting in areas where regular lighting may be undesirable.

Special thanks to agaran for assisting with the recipes.

Licenses and Attribution

Code for this mod is released under MIT (https://opensource.org/licenses/MIT).

Textures for this mod are released under CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/), attribution: Shara RedCat.

  • abriflame allows coloured flames to be lit on coloured glass nodes.