added low-luminescence bricks (lowglow, made with moreblocks:glow_glass) and non-luminescent stained_glass, made with default:glass

enjoy.
This commit is contained in:
andersje
2013-08-25 21:53:16 -05:00
parent 02ec406eb7
commit 32fc400e13
4 changed files with 532 additions and 1 deletions

View File

@ -1,6 +1,6 @@
--[[
Stained Glass 1.4
Stained Glass 1.5
This mod provides luminescent stained glass blocks for Minetest 0.4.x.
@ -52,6 +52,12 @@ super glow glass
super glow glass
super glow glass
recipe for low-glow-stained-glass:
as above, but substitute 'glow glass' for super glow glass.
recipe for no-glow-stained-glass:
as regular stained glass, but substitute plain 'glass' for super glow glass
All recipes produce three glowing stained glass blocks.
@ -273,6 +279,9 @@ defineregular{colorcode="12_91", colorname="faint_orange", recipe="group:dye,uni
-- END JDA
dofile(minetest.get_modpath("stained_glass").."/noglow.lua")
dofile(minetest.get_modpath("stained_glass").."/lowglow.lua")
print("[stained_glass] Loaded!")