mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-04 21:10:04 -04:00
Merge 1bf32bd0eb
into eaed418b10
This commit is contained in:
commit
fc560f6e71
1 changed files with 2 additions and 0 deletions
|
@ -1636,6 +1636,7 @@ minetest.register_node("default:glass", {
|
|||
description = "Glass",
|
||||
drawtype = "glasslike_framed_optional",
|
||||
tiles = {"default_glass.png", "default_glass_detail.png"},
|
||||
special_tiles = {"blank.png"},
|
||||
inventory_image = minetest.inventorycube("default_glass.png"),
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
|
@ -1648,6 +1649,7 @@ minetest.register_node("default:obsidian_glass", {
|
|||
description = "Obsidian Glass",
|
||||
drawtype = "glasslike_framed_optional",
|
||||
tiles = {"default_obsidian_glass.png", "default_obsidian_glass_detail.png"},
|
||||
special_tiles = {"blank.png"},
|
||||
inventory_image = minetest.inventorycube("default_obsidian_glass.png"),
|
||||
paramtype = "light",
|
||||
is_ground_content = false,
|
||||
|
|
Loading…
Add table
Reference in a new issue