forked from minetest-mods/stained_glass
Add connected glass textures
This commit is contained in:
parent
fc371df620
commit
a68dfa502c
8
init.lua
8
init.lua
|
@ -46,8 +46,8 @@ local myglow = LIGHT_MAX-3
|
|||
|
||||
minetest.register_node("stained_glass:stained_glass", {
|
||||
description = "Stained Glass",
|
||||
drawtype = "glasslike",
|
||||
tiles = { "stained_glass.png" },
|
||||
drawtype = "glasslike_framed_optional",
|
||||
tiles = { "stained_glass.png", "stained_glass_detail.png" },
|
||||
paramtype = "light",
|
||||
paramtype2 = "color",
|
||||
palette = "unifieddyes_palette_extended.png",
|
||||
|
@ -72,8 +72,8 @@ minetest.override_item("moreblocks:super_glow_glass", {
|
|||
|
||||
minetest.register_node("stained_glass:stained_trap_glass", {
|
||||
description = "Stained Trap-glass",
|
||||
drawtype = "glasslike",
|
||||
tiles = { "stained_glass.png" },
|
||||
drawtype = "glasslike_framed_optional",
|
||||
tiles = { "stained_glass.png", "stained_glass_detail.png" },
|
||||
paramtype = "light",
|
||||
paramtype2 = "color",
|
||||
palette = "unifieddyes_palette_extended.png",
|
||||
|
|
BIN
textures/stained_glass_detail.png
Normal file
BIN
textures/stained_glass_detail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 402 B |
Loading…
Reference in New Issue
Block a user