Skip to content
Snippets Groups Projects
Commit 7f44a49d authored by BlockMen's avatar BlockMen
Browse files

Use new optional framed glasslike drawtype

parent 5047540d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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,
......
mods/default/textures/default_glass_detail.png

183 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment