[antum_glass] Add red glass.

This commit is contained in:
AntumDeluge 2016-09-02 23:52:32 -07:00
parent 6071972a87
commit a8b5e645db
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ antum.glass = {}
antum.glass.modname = minetest.get_current_modname()
antum.glass.modpath = minetest.get_modpath(antum.glass.modname)
antum.glass.colors = {"green"}
antum.glass.colors = {'green', 'red'}
dofile(antum.glass.modpath .. "/nodes.lua")
dofile(antum.glass.modpath .. "/crafting.lua")
dofile(antum.glass.modpath .. '/nodes.lua')
dofile(antum.glass.modpath .. '/crafting.lua')

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B