Skip to content
Snippets Groups Projects
Commit f5c8f881 authored by MT-Modder's avatar MT-Modder Committed by paramat
Browse files

Change obsidian glass drawtype to glasslike_framed_optional

parent 0004c5e6
No related branches found
No related tags found
No related merge requests found
......@@ -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"},
inventory_image = minetest.inventorycube("default_obsidian_glass.png"),
paramtype = "light",
is_ground_content = false,
sunlight_propagates = true,
......
mods/default/textures/default_obsidian_glass_detail.png

1.14 KiB

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