Skip to content

Commit f5c8f88

Browse files
MT-Modderparamat
MT-Modder
authored andcommittedSep 14, 2015
Change obsidian glass drawtype to glasslike_framed_optional
1 parent 0004c5e commit f5c8f88

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎mods/default/nodes.lua

+3-2
Original file line numberDiff line numberDiff line change
@@ -1648,8 +1648,9 @@ minetest.register_node("default:glass", {
16481648

16491649
minetest.register_node("default:obsidian_glass", {
16501650
description = "Obsidian Glass",
1651-
drawtype = "glasslike",
1652-
tiles = {"default_obsidian_glass.png"},
1651+
drawtype = "glasslike_framed_optional",
1652+
tiles = {"default_obsidian_glass.png", "default_obsidian_glass_detail.png"},
Has conversations. Original line has conversations.
1653+
inventory_image = minetest.inventorycube("default_obsidian_glass.png"),
16531654
paramtype = "light",
16541655
is_ground_content = false,
16551656
sunlight_propagates = true,
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.