This commit is contained in:
farfadet46 2016-01-02 15:39:07 +01:00
parent baab53d4ea
commit e9bfd40a41

View File

@ -366,7 +366,7 @@ minetest.register_node("default:glass_with_wood", {
})
minetest.register_node("default:glass_with_log", {
description = "Glass with Wood",
description = "Glass with Log",
tiles = {"default_log.png^default_glass.png"},
groups = {crumbly = 3},
})