Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change obsidian glass drawtype to glasslike_framed_optional
  • Loading branch information
MT-Modder authored and paramat committed Sep 14, 2015
1 parent 0004c5e commit f5c8f88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mods/default/nodes.lua
Expand Up @@ -1648,8 +1648,9 @@ minetest.register_node("default:glass", {
minetest.register_node("default:obsidian_glass", {
description = "Obsidian Glass",
drawtype = "glasslike",
tiles = {"default_obsidian_glass.png"},
drawtype = "glasslike_framed_optional",
tiles = {"default_obsidian_glass.png", "default_obsidian_glass_detail.png"},

This comment has been minimized.

Copy link
@HybridDog

HybridDog Sep 16, 2015

Contributor

using the blank.png image works too, doesn't it?

This comment has been minimized.

Copy link
@p5yk0g3n3s1s

p5yk0g3n3s1s Sep 17, 2015

Contributor

It probably would I didn't even think to use it....smh.

inventory_image = minetest.inventorycube("default_obsidian_glass.png"),
paramtype = "light",
is_ground_content = false,
sunlight_propagates = true,
Expand Down
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 f5c8f88

Please sign in to comment.