Use new optional framed glasslike drawtype

This commit is contained in:
BlockMen 2014-10-02 11:51:47 +02:00
parent 5047540db2
commit 7f44a49d99
3 changed files with 3 additions and 2 deletions

View File

@ -70,6 +70,7 @@ Calinou (CC BY-SA):
default_papyrus.png
default_copper_lump.png
default_mineral_copper.png
default_glass_detail.png
MirceaKitsune (WTFPL):
character.x

View File

@ -446,8 +446,8 @@ minetest.register_node("default:bookshelf", {
minetest.register_node("default:glass", {
description = "Glass",
drawtype = "glasslike",
tiles = {"default_glass.png"},
drawtype = "glasslike_framed_optional",
tiles = {"default_glass.png", "default_glass_detail.png"},
inventory_image = minetest.inventorycube("default_glass.png"),
paramtype = "light",
sunlight_propagates = true,

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B