Fix glass texture.

master
ROllerozxa 2021-08-01 14:02:11 +02:00
parent 0187c052f8
commit 5673ee2ad4
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ minetest.register_node("minecraft:glass", {
description = "Glass",
drawtype = "glasslike",
drop = "",
tiles = { terrain(19) },
tiles = { terrain(49) },
paramtype = "light",
is_ground_content = false,
sunlight_propagates = true,