"default:glass_with_wood" in double

This commit is contained in:
farfadet46 2016-01-02 15:49:20 +01:00
parent f909d1b456
commit 637d4f971a

View File

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