added new glass texture

This commit is contained in:
cale 2016-02-09 11:21:32 +01:00
parent 32ef809a85
commit a9f37ff4aa
3 changed files with 3 additions and 2 deletions

View File

@ -470,8 +470,9 @@ minetest.register_node("default:frame_with_log", {
minetest.register_node("default:glass", {
description = "Glass",
tiles = {"default_glass.png"},
drawtype = "glasslike",
drawtype = "glasslike_framed_optional",
tiles = {"default_glass.png", "default_glass_detail.png"},
inventory_image = minetest.inventorycube("default_glass.png"),
paramtype = "light",
groups = {crumbly = 3},
})

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 B

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B