Merge 7d4291eb6b
into 5047540db2
|
@ -446,9 +446,8 @@ minetest.register_node("default:bookshelf", {
|
||||||
|
|
||||||
minetest.register_node("default:glass", {
|
minetest.register_node("default:glass", {
|
||||||
description = "Glass",
|
description = "Glass",
|
||||||
drawtype = "glasslike",
|
drawtype = "glasslike_framed",
|
||||||
tiles = {"default_glass.png"},
|
tiles = {"default_glass_frame.png", "default_glass_detail.png"},
|
||||||
inventory_image = minetest.inventorycube("default_glass.png"),
|
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
|
@ -1278,8 +1277,8 @@ minetest.register_node("default:diamondblock", {
|
||||||
|
|
||||||
minetest.register_node("default:obsidian_glass", {
|
minetest.register_node("default:obsidian_glass", {
|
||||||
description = "Obsidian Glass",
|
description = "Obsidian Glass",
|
||||||
drawtype = "glasslike",
|
drawtype = "glasslike_framed",
|
||||||
tiles = {"default_obsidian_glass.png"},
|
tiles = {"default_obsidian_glass_frame.png", "default_obsidian_glass_detail.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
|
Before Width: | Height: | Size: 204 B After Width: | Height: | Size: 170 B |
BIN
mods/default/textures/default_glass_detail.png
Normal file
After Width: | Height: | Size: 183 B |
BIN
mods/default/textures/default_glass_frame.png
Normal file
After Width: | Height: | Size: 161 B |
Before Width: | Height: | Size: 217 B After Width: | Height: | Size: 142 B |
BIN
mods/default/textures/default_obsidian_glass_detail.png
Normal file
After Width: | Height: | Size: 161 B |
BIN
mods/default/textures/default_obsidian_glass_frame.png
Normal file
After Width: | Height: | Size: 227 B |