mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Turn glass into glasslike_framed_optional drawtype
This commit is contained in:
committed by
LeMagnesium
parent
32320e0333
commit
92d20a7e61
@ -622,7 +622,7 @@ minetest.register_node("default:bookshelf", {
|
||||
|
||||
minetest.register_node("default:glass", {
|
||||
description = "Glass",
|
||||
drawtype = "glasslike_framed",
|
||||
drawtype = "glasslike_framed_optional",
|
||||
tiles = {"default_glass_frame.png", "default_glass_detail.png"},
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
@ -1425,7 +1425,7 @@ minetest.register_node("default:diamondblock", {
|
||||
|
||||
minetest.register_node("default:obsidian_glass", {
|
||||
description = "Obsidian Glass",
|
||||
drawtype = "glasslike_framed",
|
||||
drawtype = "glasslike_framed_optional",
|
||||
tiles = {"default_obsidian_glass_frame.png", "default_obsidian_glass_detail.png"},
|
||||
paramtype = "light",
|
||||
is_ground_content = false,
|
||||
|
Reference in New Issue
Block a user