little typo on line 341

little type due to copy/paste ;)

"Frame with Log"
This commit is contained in:
farfadet46 2016-01-02 15:33:04 +01:00
parent c0a5049985
commit baab53d4ea

View File

@ -338,7 +338,7 @@ minetest.register_node("default:frame_with_stonebrick", {
})
minetest.register_node("default:frame_with_log", {
description = "Frame with Stonebrick",
description = "Frame with Log",
tiles = {"default_log.png^default_frame.png"},
groups = {choppy = 3},
})