Skip to content

Commit

Permalink
Add connected glass textures
Browse files Browse the repository at this point in the history
  • Loading branch information
ZatroxDE authored and SmallJoker committed Aug 26, 2020
1 parent fc371df commit a68dfa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions init.lua
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
Binary file added textures/stained_glass_detail.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a68dfa5

Please sign in to comment.