added new glass texture
This commit is contained in:
parent
32ef809a85
commit
a9f37ff4aa
@ -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 |
BIN
mods/default/textures/default_glass_detail.png
Normal file
BIN
mods/default/textures/default_glass_detail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 238 B |
Loading…
x
Reference in New Issue
Block a user